Creates a swap pane within the specified swap control. Within a swap control, only one swap pane is visible at a time.
PROCEDURE CreateSwapPane(
dialogID : LONGINT;
swapControlID : LONGINT;
newGroupID : LONGINT);def vs.CreateSwapPane(dialogID, swapControlID, newGroupID):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | the ID of the dialog |
| swapControlID | LONGINT | the ID of the swap control |
| newGroupID | LONGINT | the ID of the group to be inserted into swap control as a swap pane. |
The function is analogous to CreateTabPane.
VS Functions: CreateSwapControl | DisplaySwapPane
Availability: from VectorWorks11.5