Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 797 Bytes

File metadata and controls

34 lines (27 loc) · 797 Bytes

SetLBItemInteracType

Description

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

Parameters

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

Version

Availability: from Vectorworks 2022

Category

  • Dialogs - Modern - Browser