Returns the number of selected list browser items.
FUNCTION GetNumSelectedLBItems(
dialogID : LONGINT;
componentID : LONGINT): INTEGER;def vs.GetNumSelectedLBItems(dialogID, componentID):
return INTEGER| 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