Sets the list browser's read-only state.
PROCEDURE SetLBReadOnly(
dialogID : LONGINT;
componentID : LONGINT;
readOnly : BOOLEAN);def vs.SetLBReadOnly(dialogID, componentID, readOnly):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
| readOnly | BOOLEAN | the read-only state |
Availability: from Vectorworks 2022