Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 972 Bytes

File metadata and controls

40 lines (31 loc) · 972 Bytes

CreateSwapPane

Description

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

Parameters

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.

Remarks

The function is analogous to CreateTabPane.

Examples

ComplexDialogLayout3swap

See Also

VS Functions: CreateSwapControl | DisplaySwapPane

Version

Availability: from VectorWorks11.5

Category