Creates a tab control within a dialog. The tab control manages the display of multiple panes of information and provides tab buttons that allow the user to swtich between panes.
To create a tab control in a dialog, first define a group for each tab pane. Add other controls to the groups and arrange them. Then call CreateTabControl with an id. Finally, call CreateTabPane for each pane providing the id of the group that defines that pane.
PROCEDURE CreateTabControl(
dialogID : LONGINT;
itemID : LONGINT);def vs.CreateTabControl(dialogID, itemID):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | The id of the dialog that contains this Tab control. |
| itemID | LONGINT | The id of the Tab control. |
VS Functions: CreateTabPane | CreateGroupBox | RunLayoutDialog
Availability: from VectorWorks10.5