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 General Discussion » RibbonBar Home->Style Tab Collapse All
Subject Author Date
himanshu joshi Jan 28, 2007 - 10:26 PM

Hi

In the ribbon bar exmple under Home->Style tab there are different styles from style 1 till style 16.
When i bring the mouse on different styles it shows me that style number if i want to put this text(style 1..etc) on status bar what could be done.

Thanks

Technical Support Jan 29, 2007 - 12:42 PM

You should override the CExtRibbonPage::OnRibbonGalleryItemHoverChange() virtual method.

himanshu joshi Jan 29, 2007 - 10:46 PM

Hi

Thanks for your support.
After overriding the method what class or method i should use to write text (style 1..etc) on status bar so that when my mouse comes on that item its tooltip is shown on staus bar as well.

Thank in advance