CBCGPRibbonEdit::CBCGPRibbonEdit | ( | UINT | nID, |
int | nWidth, | ||
LPCTSTR | lpszLabel = NULL , |
||
int | nImage = -1 , |
||
RibbonSimplifiedModeType | type = RibbonSimplifiedOnScreenCompact , |
||
BOOL | bHideInFullMode = FALSE |
||
) |
Constructs ribbon edit box object.
nID | command ID. |
nWidth | Specifies the width of edit box control. The default width is 120 pixels. |
lpszLabel | The edit box label. By default trhe edit box doesn't have a label. |
nImage | The image index. By default trhe edit box doesn't have an 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. |