Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 453 Bytes

File metadata and controls

28 lines (21 loc) · 453 Bytes

SetFocusOnItem

Description

Sets the keyboard input focus on the specified item.

PROCEDURE SetFocusOnItem(
				liDialogID    : LONGINT;
				liComponentID : LONGINT);
def vs.SetFocusOnItem(liDialogID, liComponentID):
    return None

Parameters

Name Type Description
liDialogID LONGINT
liComponentID LONGINT

Version

Availability: from VectorWorks12.5

Category

  • Dialogs - Modern