lnbSetCurSelRow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (General tidy + "see also")
Line 21: Line 21:




|x1= <code>_lnb =(findDisplay 300) displayCtrl 304;
|x1= <code>_lnb = ([[findDisplay]] 300) [[displayCtrl]] 304;
_lnb lnbSetCurSelRow 5;</code>|= EXAMPLE1
_lnb [[lnbSetCurSelRow]] 5;</code>|= Example 1
 
 
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[lnbAddArray]], [[lnbAddColumn]], [[lnbAddRow]], [[lnbClear]], [[lnbColor]], [[lnbCurSelRow]], [[lnbData]], [[lnbDeleteColumn]], [[lnbDeleteRow]], [[lnbGetColumnsPosition]], [[lnbPicture]], [[lnbSetColor]], [[lnbsetColumnsPos]], [[lnbSetData]], [[lnbSetPicture]], [[lnbSetText]], [[lnbSetValue]], [[lnbSize]], [[lnbText]], [[lnbValue]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 06:52, 11 April 2014

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