How do I find the form a toolbarmanager is on? I tried Ctype(Toolbarsmanager1, control).FindForm but cannot convert ToolBarsManager to Control.
Hello desertfoxmb,
A possible approach to do what you are asking for may be using this property assuming your component is called ultraToolbarsManager1:
ultraToolbarsManager1.DockWithinContainer;
Please note, we are making efforts to ensure all posts are addressed by an Infragistics expert. We believe that the other community members could benefit from this thread as well.
Please do not hesitate to contact us if you need any additional assistance.