lnbSetCurSelRow

From Bohemia Interactive Community
Revision as of 23:56, 14 August 2014 by Fred Gandt (talk | contribs) (Text replacement - "lnbsetColumnsPos" to "lnbSetColumnsPos")
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:
Uncategorised

Syntax

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

Examples

Example 1:
_lnb = (findDisplay 300) displayCtrl 304; _lnb lnbSetCurSelRow 5;

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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