| CBCGPRibbonFontSizeComboBox::CBCGPRibbonFontSizeComboBox | ( | UINT | nID, |
| BOOL | bHasEditBox = TRUE, |
||
| int | nWidth = -1, |
||
| RibbonSimplifiedModeType | type = RibbonSimplifiedOnScreenCompact, |
||
| BOOL | bHideInFullMode = FALSE |
||
| ) |
Constructs ribbon font size combo box object.
| nID | command ID. |
| bHasEditBox | If TRUE, the combo box behaves as DropDown, otherwise it behaves as DropDownList. |
| nWidth | Specifies the width of combo box control. The default width is 120 pixels. |
| 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. |