| CBCGPRibbonSlider::CBCGPRibbonSlider | ( | UINT | nID, |
| int | nWidth = 100, |
||
| DWORD | dwStyle = 0, |
||
| RibbonSimplifiedModeType | type = RibbonSimplifiedOnScreenCompact, |
||
| BOOL | bHideInFullMode = FALSE |
||
| ) |
Constructs slider object.
| nID | Control ID. |
| nWidth | Control width. |
| dwStyle | Specifies the slider style. You can use any TBS_* styles here. |
| 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. |