Hi Andrey,
Using the Add ControlHost, is it possible to create a RibbonControlHost control that inherits the same painting behaviour as the current default paint (smooth animation of the current visual style stretched image as a background of a ribbon TAB). Right now, whatever the background of the custom RibbonControlHost control is, that's what's shown on the Ribbon Tab.
I am just looking for a way to plug-in custom Ribbon Tabs and abstract certain Tabs that are common for a Ribbon. In particular, we have a Search Ribbon that consists of 2 Tabs - Search Control and Search Criteria. I'd like to keep the Search Control common for all our screens/forms and only plug in custom Search Criteria Tabs into a Ribbon. What's the best way to do something like this?
I suppose I can have a UserControl that holds a default SearchRibbon that has an empty protected Search Criteria Tab and a private Search Control Tab and extend that as concrete ribbons with concrete Search Criteria added to the respected Tab? Any thoughts?
Thanks. I appreciate your time.
Regards,
Georgi