Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Custom Tooltip for CExtTabWnd Collapse All
Subject Author Date
Thomas Zaenker Mar 30, 2005 - 5:59 AM

Dear Support team,


how can I provide the CExtTabWnd class with custom tooltip text for each tab.


Thanks and best regards,


Axel


 


 

Technical Support Mar 30, 2005 - 9:15 AM

We added this feature (just regarded your post as a feature request) and are ready to send you the update by email (just drop us a line). Now you can set and get custom tooltip text for tab items.

This feature will also be available in the nearest intermediate release.

So, what’s new:

  1. Added the OnTabWndQueryItemTooltipText virtual method to the CExtTabWnd class

  2. Added ItemTooltipTextGet()/ItemTooltipTextSet() to the CExtTabWnd class

  3. Added TooltipTextSet()/TooltipTextGet() to the CExtTabWnd::TAB_ITEM_INFO class

  4. Added a new parameter __EXT_MFC_SAFE_LPCTSTR sTooltipText to the CExtTabWnd::TAB_ITEM_INFO class constructor

  5. Added PageTooltipTextGet()/PageTooltipTextSet() to the CExtTabPageContainerWnd class