[]
Implements a contextual tab group.
public class RibbonContextualTabGroup : Component, IComponent, IDisposable, ISupportUiaContainer, IUiaSelectionItemProvider
| Name | Description |
|---|---|
| RibbonContextualTabGroup() | Creates a new instance of RibbonContextualTabGroup. |
| RibbonContextualTabGroup(string) | Creates a new instance of RibbonContextualTabGroup. |
| Name | Description |
|---|---|
| Clickable | Gets or set whether it is allowed to click the caption of this tab group. |
| Color | Gets or sets color of the contextual tab group. |
| Font | Gets or sets the Font used by the RibbonContextualTabGroup. |
| ForeColor | Gets or sets the Color used to display text in the RibbonContextualTabGroup. |
| IsDisposed | Gets a value indicating whether the RibbonContextualTabGroup has been disposed of. |
| Name | Gets or sets the unique name for this RibbonContextualTabGroup. |
| OwnerCollection | Gets the owner collection for this RibbonContextualTabGroup. |
| Ribbon | Gets the C1Ribbon that this RibbonContextualTabGroup belongs to. |
| Tabs | Gets the collection of tabs in this RibbonContextualTabGroup. |
| Tag | User-defined data associated with the RibbonContextualTabGroup. |
| Text | Gets or sets the caption text for the contextual tab group. |
| ToolTip | Gets or sets the ToolTip string. |
| Visible | Gets or sets whether the contextual tab group is visible. |
| Name | Description |
|---|---|
| Dispose(bool) | Clean up any resources being used. |
| OnClick(EventArgs) | Raises the Click event. |
| ResetForeColor() | |
| ShouldSerializeForeColor() | |
| ShouldSerializeID() | |
| ShouldSerializeName() | |
| ShouldSerializeTabs() |
| Name | Description |
|---|---|
| Click | Occurs when the caption of a contextual tab group is clicked. |