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
390
Remeber UltraToolbarsManager' Location
posted

Hi,

I use UltraToolbarsManager to show a toolbar. When I click and drag the toolbar, it can move everywhere. Now when I restart the application, the toolbar stands on his default location, not the place where I last time move it. How can I remember the current location of the toolbar so that it shows where it was located last time when restart?

Parents
  • 53790
    Verified Answer
    posted

    Hi,

    May be one possible solution is to call the methods:
    ultraToolbarsManager1.SaveComponentSettings();
    before to close your application, and to call method:
    ultraToolbarsManager1.LoadComponentSettings();
    when you start your application next time.
    Regards

Reply Children
No Data