An object of the Contextual
public class ContextualTabGroup
Public Class ContextualTabGroup
Introduced: X14.
The following example shows a Contextual
TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup tabGroup = new TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup();
tabGroup.Name = "-------";
tabGroup.BackColor = System.Drawing.Color.White;
Dim tabGroup As TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup = New TXTextControl.Windows.Forms.Ribbon.ContextualTabGroup()
tabGroup.Name = "-------"
tabGroup.BackColor = System.Drawing.Color.White
Constructor | Description |
---|---|
Contextual |
Initializes a new instance of the Contextual |
Property | Description |
---|---|
Back |
Gets or sets the background color of the group's label. |
Contextual |
Gets a list of all Ribbon |
Header | Gets or sets the group's header. |
Name | Gets or sets the group's name. |
Visible | Gets or sets the group's visibility. |