Reputation: 2210
I want to make a (Devex) Ribbon-control with a few standard controls that I want to use on a lot of forms. I used a usercontrol until now, but that makes a problem when merging in the main ribbon if its not a RibbonControl type.
How can that be done?
Upvotes: 0
Views: 78
Reputation: 18792
You must be looking at Visual Inheritance
You might also find this interesting Does the XtraBars support Visual Form Inheritance?
Upvotes: 1