VS:SetFirstLayoutItem/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

レイアウト内の最初のアイテムを設定します。

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

Parameters

dialogID LONGINT ダイアログ番号
firstItemID LONGINT アイテム番号

Example

{positions the first control in the dialog}
SetFirstLayoutItem(lEditID,4);

SetFirstGroupItem(lEditID,4,5);	
SetBelowItem(lEditID,4,6,0,0);
SetFirstGroupItem(lEditID,6,7);
SetBelowItem(lEditID,6,8,0,0);

Version

利用可能バージョン: VectorWorks9.0