Version

ControlContainer Now Works Inside the Ribbon

In the 2006 Volume 3 release, the ControlContainerTool was one of the few tools that the Ribbon did not support. The ControlContainer tool can be an extremely important piece of any toolbar, though. This tool can host any .NET control, giving you ultimate customizability in a toolbar. Now the ControlContainer tool can be used in a RibbonGroup, allowing for the Ribbon to host any of our Windows Forms controls.

With both design-time and run-time support, adding a ControlContainer tool is just as easy as adding any other tool to the Ribbon. Once you’ve instantiated one of our Windows Forms controls, or any .NET control for that matter, you simply need to set the ControlContainer’s Control property to that control and you’re done.

controlcontainer tool now works inside the ribbon