VS:SetFocusOnItem
From Vectorworks Developer
.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix
Description
Sets the keyboard input focus on the specified item.PROCEDURE SetFocusOnItem(
liDialogID :LONGINT;
liComponentID :LONGINT);
def vs.SetFocusOnItem(liDialogID, liComponentID): return None
Parameters
liDialogID LONGINT liComponentID LONGINT