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 » hide a pane in the statusbar Collapse All
Subject Author Date
Borremans Pierre Nov 23, 2009 - 6:37 AM

Is it possible to hide a pane in my statusbar ?

Technical Support Nov 23, 2009 - 9:37 AM

The CExtStatusControlBar control implements a themed version of the CStatusBar control with handy improvements like attaching a control to a status pane. But both controls, unfortunately, does not support hidden status panes. You should remove status pane (CExtStatusControlBar::RemovePane()) instead of hiding them and insert status panes (CExtStatusControlBar::AddPane()) when they should become visible.