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
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.
Well I do set the contained controls name property but I create the controls at runtime but do not add the controls to the form's controls collection...well for me I have them in a usercontrol. The reason why I wanted to save the wintoolbars tools was because I want to load them at runtime when the form has no controls at all.