Ribbon Launch Button

Fully implemented BCGControlBar Pro (MFC)

Not available BCGSuite (MFC)

Fully implemented BCGControlBar for .NET

The Microsoft Office-style Ribbon Launch Button is a small button located at the bottom right corner of the 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);