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
Modify toolbars in an inherited form
posted

I have a base form with an Ultratoolbars manager having some basic tools. I would like to inherit this form and be able to add more tools related to its context.

If I set its modifiers to Protected Friend, I can add new toolbars but I can't add new tools to the existing ones. This because they are declared as local variables (with Dim in Private Sub InitializeComponent()) and their modifiers can not be changed at design time.

The base form is intended to be used as an MDI child. The main intention is to have 3-level menu and toolbars merging.

Is this possible?

 

Thanks in advance for your help.

 

Parents
No Data
Reply Children
No Data