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 » ControlBars associated with views Collapse All
Subject Author Date
David Skok Dec 11, 2007 - 6:35 AM

How can I associate a set of toolbars/controlbars with a type of view and turn them on (or just the ones enabled) all at once when that type of view is active like in VS?

Thanks, Dave

Technical Support Dec 11, 2007 - 12:27 PM

You can do this in two ways:

1) The approach demonstrated in the FullScreenState sample demonstrates how to implement multiple profile state persistence for control bars. This sample application manages two different control bar states for normal and full screen modes of the main frame window.

2) You can simply handle activation of each view in your project and show/hide appropriate control bars.