lbSetTextRight: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " " to " ")
m (Text replacement - " \| *([^pr ]+) \|x1=" to " |r1=$1 |x1=")
Line 14: Line 14:
|p3= index: [[Number]]
|p3= index: [[Number]]
|p4= name: [[String]]
|p4= name: [[String]]
|[[Nothing]]
|r1=[[Nothing]]


|x1= <code>_control [[lbSetTextRight]] [0, "iskoda"];</code>
|x1= <code>_control [[lbSetTextRight]] [0, "iskoda"];</code>

Revision as of 22:49, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - ListBox

Syntax

Syntax:
Syntax needed
Parameters:
control: Control
[index, name]: Array
index: Number
name: String
Return Value:
Nothing

Examples

Example 1:
_control lbSetTextRight [0, "iskoda"];

Additional Information

See also:
lbAddlbClearlbColorlbCurSellbDatalbDeletelbIsSelectedlbPicturelbSelectionlbSetColorlbSetCurSellbSetDatalbSetSelectedlbSetTextlbSetTooltiplbSetValuelbSizelbSortlbSortByValuelbTextlbValuelbSetPicturelbSetPictureColor

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
Posted: Sep 10 2014
ffur2007slx2_5
More information on the CT_LISTBOX command family can be found here.