Ribbon Dialog Bar
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The CBCGPRibbonDialogBar class extends the functionality of docking control bar by enabling you to embed a Ribbon Control into dockable window.
To take advantage of this class:
- Instantiate a CBCGPRibbonDialogBar object.
- Call the CBCGPRibbonDialogBar::Create method to create a window and specify some additional parameters.
- Use CBCGPRibbonDialogBar::AddPanel method to add as many Ribbon panels as you need.
- Call CBCGPRibbonDialogBar::GetRibbon method to obtain a reference to Ribbon Control embedded into the dialog bar. Use this refence to manipulate the Ribbon as you would do with the regular Ribbon Control.
Ribbon dialog bar: