ATTR_TOOLTIP_TEXT (Control)
Type: | Control attribute |
Description: | The text for the tooltip that displays when you hover the mouse over the control. If no value is assigned to this attribute, LabWindows/CVI does not display a tooltip. To create multiline tooltips, insert a newline character (\n) in the tooltip text string. Use the \t escape sequence to insert a tab in your tooltips. To determine the size of the buffer to pass when you are obtaining the text, call GetCtrlAttribute and specify the ATTR_TOOLTIP_TEXT_LENGTH attribute. |
Control Types: | ActiveX controls, binary switches, canvases, color numerics, command buttons, decorations, digital graphs, graphs, LEDs, list boxes, numerics, picture buttons, picture rings, pictures, radio buttons, rings, numeric slides, ring slides, splitters, strings, strip charts, tab controls, tables, text boxes, text buttons, text messages, timers, toggle buttons, trees. |
Data Type: | string |
LabWindows/CVI Compatibility: |
LabWindows/CVI 2012 and later |