Sets the item's read-only state.
PROCEDURE SetLBItemReadOnly(
dialogID : LONGINT;
componentID : LONGINT;
itemIndex : INTEGER;
subItemIndex : INTEGER;
readOnly : BOOLEAN);def vs.SetLBItemReadOnly(dialogID, componentID, itemIndex, subItemIndex, 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 |
| itemIndex | INTEGER | the row index |
| subItemIndex | INTEGER | the column index |
| readOnly | BOOLEAN | the read-only state |
Availability: from Vectorworks 2022