Sets the keyboard/input focus on the specified list browser.
FUNCTION SetFocusOnLB(
dialogID : LONGINT;
componentID : LONGINT): BOOLEAN;def vs.SetFocusOnLB(dialogID, componentID):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
Availability: from VectorWorks12.0