Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 784 Bytes

File metadata and controls

35 lines (26 loc) · 784 Bytes

SetFirstLayoutItem

Description

Initializes dialog control layout by placing the specified control item in the top left corner of the layout. All other controls in the layout are positioned relative to the control item placed with this function.

PROCEDURE SetFirstLayoutItem(
				dialogID    : LONGINT;
				firstItemID : LONGINT);
def vs.SetFirstLayoutItem(dialogID, firstItemID):
    return None

Parameters

Name Type Description
dialogID LONGINT The index of the dialog layout being defined.
firstItemID LONGINT The index of the control item to be placed.

Remarks

[DWD 1/20/00]

Examples

alogLayoutPulldownMenu}} {{ComplexDialogLayout2}}

Version

Availability: from VectorWorks9.0

Category

  • Dialogs - Modern