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 » Elegant Ribbon Tech Support » RibbonTabPage Clicked Collapse All
Subject Author Date
Carlos Herrera May 20, 2011 - 2:47 PM

Hi!


I’ am using Elegant Ribbon v 3.6


I’ am attempting to check which TabPage of the Ribbon is clicked.


Please which event of the Ribbon need I to use?


Thanks


 

Carlos Herrera May 23, 2011 - 7:16 AM

thanks it’s worked.

Technical Support May 21, 2011 - 6:15 AM

You can get the currently selected tab page by using the Ribbon.CurrentTabPage property. If you need to track when the currently selected tab page changes, you should use Ribbon.CurrentTabPageChanging and Ribbon.CurrentTabPageChanged events.