lbSetSelected

From Bohemia Interactive Community
Revision as of 02:30, 30 June 2006 by Planck (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


control lbSetSelected [index, selected]


Operand types:

control: Control

[index, selected]: Array

Type of returned value:

Nothing

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 lbSetSelection [0, true]