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
115
Merge Parent Tool to Child
posted

Hello

Is it possible to merge a tool from the mdi parent to the child? In my case i have a printpreview button on the parent and i want to display the same button on the child. if i create a button with the same key on the child it overwrites my parent button, but i want the other way. i will overwrite the child button.

thx
roland

  • 5389
    Suggested Answer
    posted

    Roland,

    The UltraToolbarsManager Tools do not merge from parent to child; tools from the MDI child form will only merge to the parent, not vice-versa.  You might be able to try something else, where you prevent the toolbar merging (by setting the MDIMergable property of the UltraToolbarsManager on the MDI child form to False) and hide the necessary tool on the MDI parent form.

    ~Kim~