lbIsSelected: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|1.00|Game version=
|1.00


|gr1= GUI Control - ListBox |GROUP1=
|gr1= GUI Control - ListBox




| Checks whether or not given row of the given listbox is selected. |DESCRIPTION=
| Checks whether or not given row of the given listbox is selected.


| control '''lbIsSelected''' index |SYNTAX=
| control '''lbIsSelected''' index


|p1= control: [[Control]] |PARAMETER1=
|p1= control: [[Control]]


|p2= index: [[Number]] |PARAMETER2=
|p2= index: [[Number]]


| [[Boolean]] |RETURNVALUE=
| [[Boolean]]
   
   
|x1= <code>_selected = _control [[lbIsSelected]] 0;</code> |EXAMPLE1=
|x1= <code>_selected = _control [[lbIsSelected]] 0;</code>


| [[lbAdd]], [[lbClear]], [[lbColor]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetData]], [[lbSetPicture]], [[lbSetSelected]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]] |SEEALSO=
| [[lbAdd]], [[lbClear]], [[lbColor]], [[lbCurSel]], [[lbData]], [[lbDelete]], [[lbPicture]], [[lbSelection]], [[lbSetColor]], [[lbSetCurSel]], [[lbSetData]], [[lbSetPicture]], [[lbSetSelected]], [[lbSetTooltip]], [[lbSetValue]], [[lbSize]], [[lbSort]], [[lbSortByValue]], [[lbText]], [[lbValue]]


}}
}}

Revision as of 02:01, 18 January 2021

Hover & click on the images for description

Description

Description:
Checks whether or not given row of the given listbox is selected.
Groups:
GUI Control - ListBox

Syntax

Syntax:
control lbIsSelected index
Parameters:
control: Control
index: Number
Return Value:
Boolean

Examples

Example 1:
_selected = _control lbIsSelected 0;

Additional Information

See also:
lbAddlbClearlbColorlbCurSellbDatalbDeletelbPicturelbSelectionlbSetColorlbSetCurSellbSetDatalbSetPicturelbSetSelectedlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbTextlbValue

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

Posted: Sep 10 2014
ffur2007slx2_5
More information on the LB command family can be found here

Bottom Section