The Ribbon
public class RibbonViewTab : Windows.Forms.Ribbon.RibbonTab
Public Class RibbonViewTab
Inherits Windows.Forms.Ribbon.RibbonTab
Introduced: X14.
The following example shows a 'Ribbon
TXTextControl.Windows.Forms.Ribbon.RibbonViewTab ribbonTab = new TXTextControl.Windows.Forms.Ribbon.RibbonViewTab();
ribbonTab.KeyTip = "V";
Dim ribbonTab As TXTextControl.Windows.Forms.Ribbon.RibbonViewTab = New TXTextControl.Windows.Forms.Ribbon.RibbonViewTab()
ribbonTab.KeyTip = "V"
Constructor | Description |
---|---|
Ribbon |
Initializes a new instance of the Ribbon |
Enumeration | Description |
---|---|
Ribbon |
Each Ribbon |
Ribbon |
Each Ribbon |
Method | Description |
---|---|
Find |
Finds a control that has the provided Ribbon |
Property | Description |
---|---|
Key |
Gets or sets the keyboard shortcut of the Ribbon (Inherited from Ribbon |
Ribbon |
Gets a collection of all Ribbon (Inherited from Ribbon |