RibbonTab Class Properties
For a list of all members of this type, see RibbonTab members.
Public Properties
Name | Description | |
---|---|---|
Caption | Gets or sets the description displayed in the Tab. | |
Command | Gets/Sets the command object associated with the tab. | |
Enabled | Gets or sets the enabled state of the RibbonTab. | |
Groups | Gets the RibbonTabGroupsCollection containing the groups to display in the RibbonTab. | |
HelpContextID | Returns or sets the help context identifier used for F1 contextual help. | |
IsXmlDefined | Gets or sets whether group is xml defined | |
Key | The Key of the RibbonTab in the RibbonTabsCollection. | |
KeyTip | Returns or sets a string with a maximum of 3 characters that represents the mnemonic that is displayed when using key-tips. | |
RibbonContextualTabGroup | Gets or sets the RibbonContextualTabGroup containing the RibbonTab. | |
Tag | Gets or sets the tag property which can be used to logically attach another object or value to a tool. |
See Also