Skip to content

RibbonTab Object Members

See Also

See Also


RibbonTab Object Members

Public Methods

Method Description
Public Method GetRect Gets the bounding rectangle of the Ribbon tab button.
Public Method Move Moves the tab to a specific position in the Ribbon Bar.

Public Properties

Property Description
Public Property Caption String caption displayed in the tab's button.
Public Property Color Gets/sets the color of the tab and the color of the contextual tab caption when displayed.
Public Property ContextCaption Gets/sets the text caption that is displayed above a contextual tab.
Public Property CustomizeCaption Gets/sets whether the tab is enabled.
Public Property Enabled Gets the numeric identifier of the Ribbon Tab.
Public Property Groups Collection of RibbonGroups that have been added to the RibbonTab.
Public Property Id Numeric identifier of the Ribbon Tab.
Public Property Image Image to display in the tab button.
Public Property Index The index of the tab within the Ribbon Bar's collection of tabs.
Public Property KeyboardTip Specifies the KeyboardTip that will be displayed when the Alt key is pressed and ShowKeyboardTips is true.
Public Property RibbonBar The RibbonBar object the tab belongs to.
Public Property Selected Gets/sets whether the tab is currently selected.
Public Property Tag Stores any extra data needed for your program related to the tab.
Public Property ToolTip Gets or sets the tool tip that is displayed when the mouse cursor is positioned over this tab.
Public Property Visible Gets/sets whether the tab is visible.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.