| C1.Win.C1Ribbon.4 Assembly > C1.Win.C1Ribbon Namespace : RibbonTab Class |
The following tables list the members exposed by RibbonTab.
| Name | Description | |
|---|---|---|
![]() | RibbonTab Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Clickable | Gets or set whether it is allowed to click this tab. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | Enabled | Gets or set whether the contents of this tab are enabled. |
![]() | Groups | Gets the collection of item groups on this tab. |
![]() | Image | Gets or sets the small image (16 x 16) that appears on the tab. |
![]() | IsDisposed | Gets a value indicating whether the RibbonTab has been disposed of. |
![]() | KeyTip | Gets or sets the KeyTip providing keyboard access to a ribbon tab. |
![]() | Name | Gets or sets the unique name for this RibbonTab. |
![]() | Owner | Gets the owner of this tab. |
![]() | OwnerCollection | Gets the owner collection for this RibbonTab. |
![]() | Ribbon | Gets the C1Ribbon that this RibbonTab belongs to. |
![]() | Selected | Gets or sets whether this tab is currently selected. Only one tab can be selected at any time. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | SmallImageIndex | Gets or sets the index of the image in the SmallImageList. |
![]() | SmallImageKey | Gets or sets the image key in the SmallImageList. |
![]() | Tag | User-defined data associated with the RibbonTab. |
![]() | Text | Gets or sets the text for this tab. |
![]() | ToolTip | Gets or sets the ToolTip string. |
![]() | Visible | Gets or sets whether this tab is visible. |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
| Name | Description | |
|---|---|---|
![]() | Deselect | Occurs after a Ribbon tab is deselected. |
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | DoubleClick | Occurs when a Ribbon tab is double clicked. |
![]() | MouseEnter | Occurs when the mouse enters the tab header. |
![]() | MouseLeave | Occurs when the mouse leaves the tab header. |
![]() | Select | Occurs after a Ribbon tab is selected. |