Sets if the specified list browser item's can be edited by the user to select the By Class option.
PROCEDURE ShowLBItemByClassOpt(
dialogID : LONGINT;
componentID : LONGINT;
itemIndex : INTEGER;
subItemIndex : INTEGER;
isByClassShown : BOOLEAN);def vs.ShowLBItemByClassOpt(dialogID, componentID, itemIndex, subItemIndex, isByClassShown):
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 |
| isByClassShown | BOOLEAN | if the item allows the user to pick the By Class option |
Availability: from Vectorworks 2025.3
- [Dialogs - Modern - Browser](../Categories/Dialogs - Modern - Browser.md)