prop_notips.htm
Navigation: Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:NoTips ====== | |
Disables (when set to 1) or re-enables (when set to 0) tooltip display (TIP attribute) for the SYSTEM, window, or control.
Example:
WinView APPLICATION('MyApp'),AT(0,0,320,200),MAX,HVSCROLL,SYSTEM
END
CODE
OPEN(WinView)
SYSTEM{PROP:NoTips} = 1 !Disable TIP display throughout entire application
ACCEPT
END
See Also: TIP, TipsFont, TipDelay/TipDisplay
prop_notips.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1