VS:CreateCustomControl

From Vectorworks Developer
Revision as of 21:50, 27 April 2008 by Root (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Description

Creates a layout manager control in a VectorScript to be used in conjuction with GS_OverrideControl in an external dialog handler.

PROCEDURE CreateCustomControl(
dialogID :LONGINT;
componentID :LONGINT;
iWidth :INTEGER;
iHeight :INTEGER);
def vs.CreateCustomControl(dialogID, componentID, iWidth, iHeight):
    return None

Parameters

dialogID LONGINT
componentID LONGINT
iWidth INTEGER
iHeight INTEGER

Version

Availability: from VectorWorks13.0