lbTooltip: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (dev → main)
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
Line 26: Line 26:
|x1= <code>[[lbTooltip]] [1, 1];</code>
|x1= <code>[[lbTooltip]] [1, 1];</code>


|seealso= [[lbSetTooltip]], [[ctrlTooltip]]  
|seealso= [[lbSetTooltip]] [[ctrlTooltip]]  
}}
}}

Revision as of 17:38, 20 January 2022

Hover & click on the images for description

Description

Description:
Returns tooltip for ListBox, ComboBox and Toolbox
Groups:
GUI Control

Syntax

Syntax:
lbTooltip [idc, index]
Parameters:
idc: Number
index: Number
Return Value:
String

Alternative Syntax

Syntax:
control lbTooltip index
Parameters:
control: Control
index: Number
Return Value:
String

Examples

Example 1:
lbTooltip [1, 1];

Additional Information

See also:
lbSetTooltip ctrlTooltip

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