Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 900 Bytes

File metadata and controls

34 lines (26 loc) · 900 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

Version

Availability: from VectorWorks9.0

Category