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
480
Mergint toolbar and Form Inheritance
posted

Hi,

  I have a form that is inherits from a base form that has ToolBar on it. I would like to merge the Inherited form's toolbar with the base form toolar. Both have the same toolbar "Key" but they are not merged.

  Is this possible?

  Thank you in advance

 

Parents
  • 44743
    posted

    Using merging in this way is not really supported. Merging can only be done with two different toolbars managers on different Forms or UserControls. To accomplish this, you would have to manually add the inherited Form's tools to the base Form's toolbar at run-time.

Reply Children
No Data