|
 |
BCGControlBar Pro (MFC) |
 |
BCGSuite (MFC) |
 |
BCGControlBar (Microsoft .NET) |
|
Ribbon Launch Button |
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). |
|

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