Is there any built in way to save the UltraStatusBar settings (stateButton state, etc.)? This feature exists with controls such as the mdi manager and toolbars manager, but does not exist in the status bar. Can a control that does have this feature be told to also serialize the status bar settings?
Or is it possible to do something like SaveLayout or LoadLayout such as is possible with the wingrid?
I know that I can manually build the framework to serialize/deserialize this myself, I'm just wondering if there is some built in method for doing it.
Thanks,
Justin
Hi Justin,
No, I don't beleive StatusBar has any save or load methods built-in.We typically add those methods to controls that are user-customizable so that you can save the changes that the user made. Other than the StateButton state, there isn't really anything that the user can change, is there?
You should Submit a feature request to Infragistics.