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 » CExtTabPageContainerOneNoteWnd - how to fetch the current tab? Collapse All
Subject Author Date
Keyur Bhatnagar May 16, 2011 - 9:23 AM

I need to capture the tab change event so that i can show/hide some control according to the selected tab on the window. How can i do that?

Technical Support May 16, 2011 - 12:07 PM

Please override the CExtTabPageContainerWnd::OnTabWndSelectionChange() virtual method. Your method should invoke the parent class method first, then perform required actions.