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
835
Save/Load ControlContainerTools
posted

Hi everyone, in WinToolbars there is a ControlContainerTool which you can add a windows form to it.  Now in WinToolbars there are two methods to save and load tool/ribbon/toolbars confiuration.  I have added a few ControlContainerTools with NumericUpDown winform tool but when I load the xml file it does not load the embeded tool.  Does anyone know if this is supposed to happened or WinToolbars does not save any winform controls for the property of ControlContainerTools same for for PopupControlContainerTool??  Thanks in advance ,
Jose

Parents
  • 44743
    posted

    It should load them correctly assuming you have the Name properties of each contained control set to a unique value at the time of saving. If they have their same name's and are in the Form's Controls collection at the time of load, all controls should be loaded correctly.

Reply Children