TabControlItem Object Members
See Also
![]() |
Suite Pro Controls ActiveX Control v24.0 |
|---|---|
TabControlItem Object Members
Public Methods
EnsureVisible
EnsureVisible method is used to force an item in a group to become visible.
GetRect
Returns the bounding rectangle of the tab button.
Move
Move method programmatically moves the tab within the TabControl. 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 tab is enabled. If false, the tab will appear "grayed out" and the user cannot access the tab.
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 tab is visible. If false, the tab will not be visible.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.
