lnbSetCurSelRow

From Bohemia Interactive Community
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Selects the row with the given index of the 2D listbox.
Groups:
GUI Control - ListNBox

Syntax

Syntax:
lnbSetCurSelRow [idc, index]
Parameters:
idc: Number
index: Number
Return Value:
Nothing

Alternative Syntax

Syntax:
ctrl lnbSetCurSelRow index
Parameters:
ctrl: Control
index: Number
Return Value:
Nothing

Examples

Example 1:
disableSerialization; _ctrl = (findDisplay 300) displayCtrl 304; _ctrl lnbSetCurSelRow 1;

Additional Information

See also:
lnbAddArray lnbAddColumn lnbAddRow lnbClear lnbColor lnbCurSelRow lnbData lnbDeleteColumn lnbDeleteRow lnbGetColumnsPosition lnbPicture lnbSetColor lnbSetColumnsPos lnbSetData lnbSetPicture lnbSetText lnbSetValue lnbSize lnbText lnbValue

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