The Horizontal
public class HorizontalRibbonGroup : RibbonGroupPublic Class HorizontalRibbonGroup
Inherits RibbonGroup Introduced: X14.
The following example shows the 'Horizontal
TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup ribbonGroup = new TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup();
ribbonGroup.KeyTip = "H";
ribbonGroup.IsAddToQuickAccessToolbarEnabled = trueribbonGroup.KeyTip = "H"
Dim ribbonGroup As TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup = New TXTextControl.Windows.Forms.Ribbon.HorizontalRibbonGroup()
ribbonGroup.IsAddToQuickAccessToolbarEnabled = True| Constructor | Description |
|---|---|
| Horizontal |
Initializes a new instance of the Horizontal |
| Method | Description |
|---|---|
| Add | Adds a control of type Ribbon |
| Add |
Adds an array of controls to the end of a specific row. |
| Insert | Inserts a control of type Ribbon |
| Insert |
Inserts an array of controls at the specified index. |
| Property | Description |
|---|---|
| Dialog |
Gets an object of type Dialog (Inherited from Ribbon |
| Horizontal |
Gets or sets the ribbon group's horizontal content alignment.
(Inherited from Ribbon |
| Is |
Gets or sets a value whether the Ribbon (Inherited from Ribbon |
| Key |
Gets or sets the keyboard shortcut of the Ribbon (Inherited from Ribbon |
| Large |
Gets or sets an icon for this Ribbon (Inherited from Ribbon |
| Ribbon |
Gets a collection of all items contained in this group.
(Inherited from Ribbon |
| Row |
Gets or sets the number of rows in the Ribbon (Inherited from Ribbon |
| Show |
Gets or sets a value whether 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 |