TXButtonBar Control

A TXButtonBar control represents a button bar for a Text Control. It offers several combo boxes and buttons and can be designed by the programmer.

Syntax

TXButtonBar

Properties

Property Description
Appearance Returns or sets the paint style of a button bar.
BorderStyle Returns or sets the border style for a button bar.
DisplayColor This property gets or sets the display colors of a button bar.
Enabled Returns or sets a value that determines whether a button bar can respond to user-generated events.
hWnd Returns a handle to a button bar.
Language Determines the language in which button bar displays resources.
PosControlChars Returns or sets the position of the control char button.
PosDecreaseIndent Returns or sets the position of a button which decreases the left indent of all selected paragraphs.
PosFontBold Returns or sets the position of the bold button.
PosFontItalic Returns or sets the position of the italic button.
PosFontName Returns or sets the position of the font name combo-box.
PosFontSize Returns or sets the position of the font size combo-box.
PosFontUnderline Returns or sets the position of the underline button.
PosGrowFont Returns or sets the position of a button which grows the font sizes of all selected fonts.
PosIncreaseIndent Returns or sets the position of a button which increases the left indent of all selected paragraphs.
PosLeftToRight Returns or sets the position of a button for setting the left to right writing direction.
PosListBulleted Returns or sets the position of the button for bulleted lists.
PosListNumbered Returns or sets the position of the button for numbered lists.
PosListStructured Returns or sets the position of the button for structured numbered lists.
PosParaCentered Returns or sets the position of the button for centering paragraphs.
PosParaJustified Returns or sets the position of the button for justifying paragraphs.
PosParaLeft Returns or sets the position of the button for left aligning paragraphs.
PosParaRight Returns or sets the position of the button for right aligning paragraphs.
PosRightToLeft Returns or sets the position of a button for setting the right to left writing direction.
PosShrinkFont Returns or sets the position of a button which shrinks the font sizes of all selected fonts.
PosStrikethru Returns or sets the position of a button for setting the strike through attribute.
PosStyle Returns or sets the position of the formatting styles combobox.
PosSubscript Returns or sets the position of a button for setting text to subscript.
PosSuperscript Returns or sets the position of a button for setting text to superscript.
PosTabCentered Returns or sets the position of the button for setting centered tabs.
PosTabDecimal Returns or sets the position of the button for setting decimal tabs.
PosTabLeft Returns or sets the position of the button for setting left aligned tabs.
PosTabRight Returns or sets the position of the button for setting right aligned tabs.
PosTabSelect Returns or sets the position of the button for selecting the tab type.
PosXMLAdd Returns or sets the position of a combobox showing all insertable XML elements.
PosXMLRemove Returns or sets the position of a combobox showing all removeable XML elements.
PosZoom Returns or sets the position of the zoom combobox.
ReadOnly Returns or sets a value determining the button bar's read only mode.
ResourceFile Returns or sets the file name of a resource library which button bar loads to display resources like buttons.
RightToLeft Returns or sets a value specifying whether the button bar's buttons are shown from right to left or from left to right.
Style Returns or sets the paint style of a button bar's buttons.

Events

Event Description
MouseDown Occurs when the user presses a mouse button.
MouseMove Occurs when the user moves the mouse.
MouseUp Occurs when the user releases a mouse button.

See Also