control lbSetTooltip [index, tooltip]

Operand types

control: Control
[index, tooltip]: Array

Type of returned value

Description

Sets a tooltip for a listbox/combobox with given index.

Alternative syntax for lbSetTooltip

Used In

Arma3

Example

_control lbSetTooltip [0, "another tooltip"];
Search OFPEC COMREF