Sets interaction type for item.
FUNCTION SetLBItemInteracType(
dialogID : LONGINT;
componentID : LONGINT;
itemIndex : INTEGER;
subItemIndex : INTEGER;
interactionType : INTEGER): BOOLEAN;def vs.SetLBItemInteracType(dialogID, componentID, itemIndex, subItemIndex, interactionType):
return BOOLEAN| 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 item index |
| subItemIndex | INTEGER | the subitem index |
| interactionType | INTEGER | the interaction type |
Availability: from Vectorworks 2022
- Dialogs - Modern - Browser