
Gets or sets an array of buttons the button bar consists of. The maximum size of the array is 22 buttons.
[C#]
public Button[] ButtonPositions { get; set; }
[Visual Basic]
Public Property ButtonPositions() As Button()
| Value | Description | |
| Flat | The button bar has no border. | |
| StyleComboBox | Specifies a combobox containing the document's formatting styles. | |
| FontNameComboBox | Specifies a combobox containing all fonts of the current formatting device. | |
| FontSizeComboBox | Specifies a combobox containing all sizes of the current font. | |
| FontBoldButton | Specifies a button for setting the font bold attribute. | |
| FontItalicButton | Specifies a button for setting the font italic attribute. | |
| FontUnderlineButton | Specifies a button for setting the font underline attribute. | |
| AlignmentLeftButton | Specifies a button for setting a left aligned paragraph. | |
| AlignmentRightButton | Specifies a button for setting a right aligned paragraph. | |
| AlignmentCenteredButton | Specifies a button for setting a centered paragraph. | |
| AlignmentJustifiedButton | Specifies a button for setting a justified paragraph. | |
| ListBulletedButton | Specifies a button for setting a bulleted list. | |
| ListNumberedButton | Specifies a button for setting a numbered list. | |
| ListStructuredButton | Specifies a button for setting a structured numbered list. | |
| ZoomComboBox | Specifies a combobox for setting the current zoom factor. | |
| ControlCharsButton | Specifies a button for showing or hiding control characters. | |
| TabLeftButton | Specifies a button for selecting a left aligned tab. | |
| TabRightButton | Specifies a button for selecting a right aligned tab. | |
| TabCenteredButton | Specifies a button for selecting a centered tab. | |
| TabDecimalButton | Specifies a button for selecting a decimal tab. | |
| XMLAddElementComboBox | Specifies a combobox for inserting XML elements. | |
| XMLRemoveElementComboBox | Specifies a combobox for deleting XML elements. |