lbSetSelected
Jump to navigation
Jump to search
control lbSetSelected [index, selected]
Operand types:
control: Control
[index, selected]: Array
Type of returned value:
Compatibility:
Version 2.91 required.
Description:
Set the selection state of the given row of the given listbox.
Listbox must support multiple selection.
Example
_control lbSetSelected [0, true]