Difference between revisions of "VS:CreateCustomControl"
From Vectorworks Developer
m (1 revision) |
m (1 revision) |
Revision as of 09:25, 12 August 2013
.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