TX Text Control .NET Documentation

ButtonBarBase.ButtonPositions Property

Description:Gets or sets an array of buttons the button bar consists of. The maximum size of the array is 21 buttons.

Syntax:
[C#] public Button[] ButtonPositions { get; set; }
[Visual Basic] Public Property ButtonPositions() As Button()
ValueDescription
FlatThe button bar has no border.

StyleComboBoxSpecifies a combobox containing the document's formatting styles.

FontNameComboBoxSpecifies a combobox containing all fonts of the current formatting device.

FontSizeComboBoxSpecifies a combobox containing all sizes of the current font.

FontBoldButtonSpecifies a button for setting the font bold attribute.

FontItalicButtonSpecifies a button for setting the font italic attribute.

FontUnderlineButtonSpecifies a button for setting the font underline attribute.

AlignmentLeftButtonSpecifies a button for setting a left aligned paragraph.

AlignmentRightButtonSpecifies a button for setting a right aligned paragraph.

AlignmentCenteredButtonSpecifies a button for setting a centered paragraph.

AlignmentJustifiedButtonSpecifies a button for setting a justified paragraph.

ListBulletedButtonSpecifies a button for setting a bulleted list.

ListNumberedButtonSpecifies a button for setting a numbered list.

ListStructuredButtonSpecifies a button for setting a structured numbered list.

ZoomComboBoxSpecifies a combobox for setting the current zoom factor.

ControlCharsButtonSpecifies a button for showing or hiding control characters.

TabLeftButtonSpecifies a button for selecting a left aligned tab.

TabRightButtonSpecifies a button for selecting a right aligned tab.

TabCenteredButtonSpecifies a button for selecting a centered tab.

TabDecimalButtonSpecifies a button for selecting a decimal tab.

XMLAddElementComboBoxSpecifies a combobox for inserting XML elements.

XMLRemoveElementComboBoxSpecifies a combobox for deleting XML elements.

See also:Tool Bars, Graphical Overview.