VS:CreateCustomControl

From Vectorworks Developer
Revision as of 14:25, 12 August 2013 by Root (talk | contribs) (1 revision)
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