The Ribbon
public class RibbonButton : System.Windows.Forms.Control, System.ComponentModel.INotifyPropertyChangedPublic Class RibbonButton
Inherits System.Windows.Forms.Control
Implements System.ComponentModel.INotifyPropertyChanged Introduced: X14.
The following example shows a Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonButton ribbonButton =
new TXTextControl.Windows.Forms.Ribbon.RibbonButton();
ribbonButton.Description = "My RibbonButton";
ribbonButton.DisplayMode =
TXTextControl.Windows.Forms.Ribbon.IconTextRelation.LargeIconLabeled;Dim ribbonButton As TXTextControl.Windows.Forms.Ribbon.RibbonButton =
New TXTextControl.Windows.Forms.Ribbon.RibbonButton()
ribbonButton.Description = "My RibbonButton"
ribbonButton.DisplayMode =
TXTextControl.Windows.Forms.Ribbon.IconTextRelation.LargeIconLabeled| Constructor | Description |
|---|---|
| Ribbon |
Initializes a new instance of the Ribbon |
| Property | Description |
|---|---|
| Description | Gets or sets the description text that appears on this button in a Ribbon |
| Display |
Sets the Ribbon |
| Is |
Gets or sets a value indicating whether the Ribbon |
| Is |
Gets or sets value indicating whether the Ribbon |
| Key |
Gets or sets the keyboard shortcut of the Ribbon |
| Large |
Gets or sets a 32x32 1/96 inch icon for this Ribbon |
| Parent |
Gets the Ribbon |
| Small |
Gets or sets a 16x16 1/96 inch icon for this Ribbon |
| Text | Overridden. |
| Tool |
Gets an object of type Ribbon |
Learn more about the TXText