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
280
Ribbonbar merging
posted

 I need to merge ribbon bar of one window form to another window form.

We have to dlls (e.g. test1 and test2) which have form having ribbonbar. We want to merge the ribbon bar (with all the functionality) of test2.form1 into  test1.form1.

 

 

Parents
No Data
Reply
  • 44743
    posted

    They can only be merged if they were created on the same thread. If so, you can set MdiMergeable to False on both UltraToolbarsManagers. Then you can set the MdiParentManager of one manager to the other.

Children