Name | Description | |
---|---|---|
RibbonTab Constructor | Overloaded. |
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. | |
IconSet | Gets the icon set. | |
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) | |
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 | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Clean up any resources being used. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnDeselect | Raises the Deselect event. | |
OnDoubleClick | Raises the DoubleClick event. | |
OnMouseEnter | Raises the MouseEnter event. | |
OnMouseLeave | Raises the MouseLeave event. | |
OnSelect | Raises the Select event. | |
ResetText | Restores the default value of the Text property. | |
ShouldSerializeGroups | ||
ShouldSerializeID | ||
ShouldSerializeName | ||
ShouldSerializeText | Specifies whether to save the value of the Text property. |
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. |