The Ribbon
public class RibbonSplitButton : RibbonMenuButton
Public Class RibbonSplitButton
Inherits RibbonMenuButton
Introduced: X14.
The following example shows the Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton ribbonSplitButton = new TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton();
ribbonSplitButton.Text = "My RibbonSplitButton";
ribbonSplitButton.Checkable = true;
ribbonSplitButton.ButtonEnabled = true;
Dim ribbonSplitButton As TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton = New TXTextControl.Windows.Forms.Ribbon.RibbonSplitButton()
ribbonSplitButton.Text = "My RibbonSplitButton"
ribbonSplitButton.Checkable = True
ribbonSplitButton.ButtonEnabled = True
Constructor | Description |
---|---|
Ribbon |
Initializes a new instance of the Ribbon |
Event | Description |
---|---|
Button |
Occurs as the primary button is clicked. |
Checked |
Occurs when the value of the Checked property changes. |
Drop |
Occurs as the Ribbon (Inherited from Ribbon |
Drop |
Occurs as the Ribbon (Inherited from Ribbon |
Property | Description |
---|---|
Button |
Gets or set a value indicating whether the primary button is enabled. |
Checkable | Gets or set a value indicating whether the primary button is checkable. |
Checked | Gets or set a value indicating whether the primary button is checked. |
Description | Gets or sets the description text that appears on this button in a Ribbon (Inherited from Ribbon |
Display |
Sets the Ribbon (Inherited from Ribbon |
Drop |
Gets the collection of controls in the drop-down menu that is associated with this Ribbon (Inherited from Ribbon |
Is |
Gets or sets a value indicating whether the Ribbon (Inherited from Ribbon |
Is |
Gets or sets value indicating whether the Ribbon (Inherited from Ribbon |
Key |
Gets or sets the keyboard shortcut of the Ribbon (Inherited from Ribbon |
Large |
Gets or sets a 32x32 1/96 inch icon for this Ribbon (Inherited from Ribbon |
Parent |
Gets the Ribbon (Inherited from Ribbon |
Small |
Gets or sets a 16x16 1/96 inch icon for this Ribbon (Inherited from Ribbon |
Text | Overridden.
(Inherited from Ribbon |
Tool |
Gets an object of type Ribbon (Inherited from Ribbon |