TabControlItem Object Members
See Also

| Command Bars ActiveX Control v24.0 |
|---|
TabControlItem Object Members
Public Methods
EnsureVisible
EnsureVisible method is used to force this tab to become visible.
GetRect
Returns the bounding rectangle of the tab button.
Move
Move method programmatically moves the tab within the TabWorkspace. This allows the tabs to be reordered.
Public Properties
Caption
Set/Get the text that will be displayed in the tab.
Closable
Closeable property specifies whether the close button is displayed in the TabWorkspace when this tab is selected.
Color
Set/Get the color of the tab.
Enabled
Gets/Sets a boolean value indicating whether the control is enabled.
Handle
Get the window handle that the tab is bound to.
Image
Set/Get the image that will be displayed in the tab when the ShowIcons property is set to True. This is the index of an image within an imagelist.
Index
Get the index of the tab.
Selected
True if the tab is currently selected, i.e., when the tab is clicked.
Tag
Stores any extra data needed for your program.
ToolTip
ToolTip property gets or sets the tool tip that is displayed when the mouse cursor is positioned over this tab item.
Visible
Gets/Sets a boolean value indicating whether the control is visible.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.