lbSetCurSel: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 27: Line 27:
   
   
|x1= <pre>lbSetCurSel [101, 0]</pre> |= Example 1
|x1= <pre>lbSetCurSel [101, 0]</pre> |= Example 1
____________________________________________________________________________________________
 
|x2= <pre>_control lbSetCurSel 0</pre> |= Example 2
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 19:56, 19 April 2012

Hover & click on the images for description

Description

Description:
Selects the item with the given index of the listbox or combobox with id idc of the topmost user dialog.
Groups:
Uncategorised

Syntax

Syntax:
lbSetCurSel [idc, index]
Parameters:
[idc, index]: Array
idc: Number of control
index: Number
Return Value:
Nothing

Alternative Syntax

Syntax:
control lbSetCurSel index
Parameters:
control: Control
index: Number
Return Value:
Nothing

Examples

Example 1:
lbSetCurSel [101, 0]
Example 2:
_control lbSetCurSel 0

Additional Information

See also:
lbCurSel

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section