List Box T Directive
Syntax
%T= bubble help text %
Arguments
- bubble help text
Character. The bubble help for the list box.
Description
The T directive defines bubble help for a list box. The bubble help can access the A_DLG_FLYOVER variable which contains the text of the row that the cursor is currently over.
Example
ui_dlg_box("Buttons",<<%dlg% Filename:[.32filename]|<*%T=Commit the changes%Ok>; List:|<%T=Lose the changes%Cancel>; [%T="Select option "+A_DLG_FLYOVER%.32,10options=^#{Read only,Shared,Exclusive}] %dlg%)
See Also