| CBCGPRibbonUndoButton::CBCGPRibbonUndoButton | ( | UINT | nID, |
| LPCTSTR | lpszText, | ||
| HICON | hIcon, | ||
| RibbonSimplifiedModeType | type = RibbonSimplifiedOnScreenCompact, |
||
| BOOL | bHideInFullMode = FALSE |
||
| ) |
Constructs a new CBCGPRibbonUndoButton object with specified command ID, text label and icon.
| nID | Specifies the command identifier. |
| lpszText | Specifies the button text label. |
| hIcon | A handle to an icon to be used as a button's image. |
| type | Specifies a ribbon element appearance in the Ribbon simplified mode. |
| bHideInFullMode | Specifies whether a ribbon element is invisible in the Ribbon classic (non-simplified) mode. |