Gets or sets the text displayed on the button and on the chevron menu.
A String that is displayed on the button and on the chevron menu.
The position of the text on the button depends on the value of the TextAlign property. Also, if the TextVisible property is false, the text will not be displayed at all. If the band has a chevron menu, it is important to set the Text property for every push button even if you do not intend to display it on the button because the text is also displayed in the chevron menu.
When the button is assigned to a RebarBandType.MenuBar band, you may use the ampersand (&) character to specify an accelerator key for the button. When assigned to a RebarBandType.ToolBar band, the ampersand character is drawn normally.
Note to Translators: This property is marked with the LocalizableAttribute. When the Localizable designer property on a form is set to true, the value of this property is persisted in the resource file associated with each culture. You can localize these resource files without modifying the code.
RebarButton Class | Skybound.Rebar Namespace