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
Thank you. This is a perfect solution.
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.