lbSetSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|LBSETSELECTED]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|LBSETSELECTED]]
____________________________________________________________________________________________


| ofp |= Game name


<h2 style="color:#000066"> '''''control'' lbSetSelected ''[index, selected]'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


|  |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''lbSetSelected index''' |= Syntax


'''control:''' [[Control]]
|  |= Return value
____________________________________________________________________________________________


'''[index, selected]:''' [[Array]]
|  |= See also


'''Type of returned value:'''
}}


[[Nothing]]
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Compatibility:'''
<!-- Note Section END -->
</dl>


Version 2.91 required.
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|LBSETSELECTED]]
'''Description:'''
[[Category:Scripting Commands ArmA|LBSETSELECTED]]
 
Set the selection state of the given row of the given listbox.
 
Listbox must support multiple selection.
 
 
'''Example'''
 
_control '''lbSetSelected''' [0, true]

Revision as of 01:45, 2 August 2006

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Uncategorised

Syntax

Syntax:
lbSetSelected index
Return Value:
Return value needed

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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