Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
570
Save UltraStatusBar Settings
posted

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

  • 469350
    Verified Answer
    Offline posted

    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.