Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 493 Bytes

File metadata and controls

27 lines (21 loc) · 493 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