Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 589 Bytes

File metadata and controls

27 lines (21 loc) · 589 Bytes

SetFocusOnLB

Description

Sets the keyboard/input focus on the specified list browser.

FUNCTION SetFocusOnLB(
				dialogID    : LONGINT;
				componentID : LONGINT): BOOLEAN;
def vs.SetFocusOnLB(dialogID, componentID):
    return BOOLEAN

Parameters

Name Type Description
dialogID LONGINT id of the dialog that contains the list browser
componentID LONGINT id of the list browser control

Version

Availability: from VectorWorks12.0

Category