| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Complete Property List >====== PROP:NoTips ====== | [[prop notheme.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop numtabs.htm|{{btn_next_n.gif|Next page}}]] | | || 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 set balloon help text .htm|TIP]], [[prop tipsfont.htm|TipsFont]], [[prop tipdelay.htm|TipDelay/TipDisplay]]