void CBCGPRibbonComboGalleryCtrl::AddCommand | ( | UINT | uiCmdID, |
LPCTSTR | lpszString, | ||
BOOL | bOnTop = FALSE |
||
) |
Adds a command (located on top or bottom of the gallery).
uiCmdID | Identifier for the command. |
lpszString | Specifies a command name. |
bOnTop | Specifies where the command should be added: TRUE - on top or FALSE - on bottom |