The Button
public class ButtonBar : Control
Public Class ButtonBar
Inherits Control
The following examples shows how to set up the Button
TXTextControl.ButtonBar buttonBar1 = new TXTextControl.ButtonBar();
buttonBar1.ButtonPositions = new TXTextControl.Button[] {
TXTextControl.Button.FontBoldButton, TXTextControl.Button.FontItalicButton };
Dim ButtonBar1 As TXTextControl.ButtonBar = New TXTextControl.ButtonBar()
ButtonBar1.ButtonPositions = New TXTextControl.Button() { _
TXTextControl.Button.FontBoldButton, TXTextControl.Button.FontItalicButton }
Method | Description |
---|---|
Reset |
Resets the offset array to its default state. |
Reset |
Resets the button array to its default state. |
Reset |
Resets the separator array to its default state. |
Reset |
Resets all display colors of a button bar to their system dependent default values. |
Property | Description |
---|---|
Border |
Gets or sets the border style of the button bar. |
Button |
Gets or sets an array of additional offsets, in pixels, between the buttons. |
Button |
Gets or sets an array of buttons the button bar consists of. |
Button |
Gets or sets an array of boolean values specifying whether or not a separator is drawn between two buttons. |
Button |
Gets or sets the painting style of the buttons. |
Display |
Gets or sets the colors of the button bar. |
Read |
Gets or sets a value determining the button bar's read only mode. |