FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Toolbar Button Tooltip font
Posts: 208
Joined: Wed Dec 03, 2008 04:48 PM
Toolbar Button Tooltip font
Posted: Thu Feb 09, 2012 02:46 PM
Code (fw): Select all Collapse
DEFINE TBBUTTON OF oToolBar ;
   ACTION  oWnd:End() ;
   TOOLTIP "End Application" ;
   PROMPT  "Exit"

Is there any way I can change the TOOLTIP font? (text "End Application" for example)

Continue the discussion