RibbonTab Object Members
See Also

RibbonTab Object Members
Public Methods
| Method | Description |
|---|---|
GetRect |
Gets the bounding rectangle of the Ribbon tab button. |
Move |
Moves the tab to a specific position in the Ribbon Bar. |
Public Properties
| Property | Description |
|---|---|
Caption |
String caption displayed in the tab's button. |
Color |
Gets/sets the color of the tab and the color of the contextual tab caption when displayed. |
ContextCaption |
Gets/sets the text caption that is displayed above a contextual tab. |
CustomizeCaption |
Gets/sets whether the tab is enabled. |
Enabled |
Gets the numeric identifier of the Ribbon Tab. |
Groups |
Collection of RibbonGroups that have been added to the RibbonTab. |
Id |
Numeric identifier of the Ribbon Tab. |
Image |
Image to display in the tab button. |
Index |
The index of the tab within the Ribbon Bar's collection of tabs. |
KeyboardTip |
Specifies the KeyboardTip that will be displayed when the Alt key is pressed and ShowKeyboardTips is true. |
RibbonBar |
The RibbonBar object the tab belongs to. |
Selected |
Gets/sets whether the tab is currently selected. |
Tag |
Stores any extra data needed for your program related to the tab. |
ToolTip |
Gets or sets the tool tip that is displayed when the mouse cursor is positioned over this tab. |
Visible |
Gets/sets whether the tab is visible. |
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.