Ribbon Dialog Bar
BCGControlBar Pro (MFC)
BCGSuite (MFC)
BCGControlBar for .NET
The CBCGPRibbonDialogBar class extends the functionality of the docking control bar by enabling you to embed a ribbon control into a 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 the ribbon bar embedded into the dialog bar. Use this reference to manipulate the ribbon as you would with regular Ribbon bar.
Ribbon dialog bar: