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| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | The index of the dialog layout being defined. |
| firstItemID | LONGINT | The index of the control item to be placed. |
[DWD 1/20/00]
Availability: from VectorWorks9.0