IWinTabControl Properties |
The IWinTabControl type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
Height |
The object's height in pixels.
(Inherited from IControl.) | |
Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
wFocusedTab |
Returns the index of the tab item that has the focus.
(Inherited from ITabControl.) | |
Width |
The object's width in pixels.
(Inherited from IControl.) | |
wImage |
Returns the item image.
| |
wLParam |
Returns the application-defined data associated with the tab control item.
| |
wRowCount |
Returns the current number of tab rows in a tab control.
| |
wTabCaption |
Returns a collection of tab names. A name can be retrieved by the tab's index.
(Inherited from ITabControl.) | |
wTabCount |
Returns the total number of tabs in the tab control.
(Inherited from ITabControl.) |