CBCGPRibbonCheckBox::CBCGPRibbonCheckBox | ( | UINT | nID, |
LPCTSTR | lpszText, | ||
CheckBoxMode | mode = CheckBox , |
||
BOOL | bRightAlignText = TRUE , |
||
RibbonSimplifiedModeType | type = RibbonSimplifiedOnScreenCompact , |
||
BOOL | bHideInFullMode = FALSE |
||
) |
Constructs a ribbon check box object.
nID | Specifies command ID. |
lpszText | Specifies text label. |
mode | Specifies control mode. |
bRightAlignText | Specifies whether the text is located on the right side. |
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. |