Defines the value of the type property of the ListEvent object for an itemDoubleClick event, which indicates that the user double-clicked the mouse over a visual item in the control.
To receive itemDoubleClick events, you must set the component's doubleClickEnabled property to true.
listBase.DoubleSelect(itemRenderer)
Variable | Description |
---|---|
itemRenderer | The item renderer that was double-clicked. STRING. |