[]
Represents a Ribbon Tab within a RibbonBar control.
public sealed class RibbonTab
Public NotInheritable Class RibbonTab
| Name | Description |
|---|---|
| RibbonTab() | Creates a new instance of RibbonTab. |
| Name | Description |
|---|---|
| Clickable | Gets or set whether it is allowed to click this tab. |
| Enabled | Gets or sets whether this RibbonTab is enabled. |
| Groups | Gets the collection of RibbonGroup objects in this RibbonTab. |
| KeyTip | Gets or sets the KeyTip providing keyboard access to a ribbon tab. |
| Name | Gets or sets the unique name for this RibbonTab. |
| Selected | Gets or sets whether this tab is currently selected. Only one tab can be selected at any time. |
| Text | Gets or sets the text for this tab. |
| Visible | Gets or sets whether this tab is visible. |
| Name | Description |
|---|---|
| InvalidateState() | Notifies that the state of this ribbon tab is not valid. |