tvTooltip

From Bohemia Interactive Community
Revision as of 01:04, 9 June 2021 by Lou Montana (talk | contribs) (Text replacement - " <!-- START alternative syntax (optional) -->" to "")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Description needed
Groups:
GUI Control - Tree View

Syntax

Syntax:
Syntax needed
Parameters:
[idc, path]: Array
idc: Number - IDC of the tree view control.
path: Array - Array containing path numbers.
Return Value:
Return value needed

Alternative Syntax

Syntax:
ctrl tvTooltip path
Parameters:
ctrl: Control
path: Array - Array containing path numbers.
Return Value:
String - Tooltip text

Examples

Example 1:
_text = tvTooltip [101, [0,2]];
Example 2:
_text = _treeCtrl tvTooltip [0,2];

Additional Information

See also:
tvSetTooltiptvAddtvCleartvCollapsetvCounttvCurSeltvDatatvDeletetvExpandtvPicturetvSetCurSeltvSetDatatvSetPicturetvSetValuetvSorttvSortByValuetvTexttvValue

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