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
700
Possible a dumb question re: finding the form a toolbarmanager is on
posted

How do I find the form a toolbarmanager is on?   I tried Ctype(Toolbarsmanager1, control).FindForm but cannot convert ToolBarsManager to Control.

Parents
No Data
Reply
  • 71886
    Suggested Answer
    Offline posted

    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.

Children
No Data