Ribbon Launch Button

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

The Microsoft® Office-style Ribbon Launch Button (CBCGPRibbonLaunchButton) is a small button located at the right bottom corner of Ribbon Panel. This button can be associated with an additional command (for example, it can display a dialog with some options common to the Panel).

Ribbon launch button:

Ribbon launch button:

Sample code:

CBCGPRibbonPanel* pPanelClipboard = pCategory->AddPanel (
    _T("Clipboard"), hIconClipboard);
...
// Add the launch button at the bottom of the panel:
pPanelClipboard->EnableLaunchButton (ID_WRITE_CLIPBOARD);