CMFCRibbonEdit::CMFCRibbonEdit
Constructs a CMFCRibbonEdit Class object.
CMFCRibbonEdit(
UINT nID,
int nWidth,
LPCTSTR lpszLabel = NULL,
int nImage = -1
);
CMFCRibbonEdit();
Parameters
[in] nID
Command ID for the CMFCRibbonEdit Class control.[in] nWidth
The width, in pixels, of the text box for the CMFCRibbonEdit Class control.[in] lpszLabel
The label for the CMFCRibbonEdit Class control.[in] nImage
Index of the small image to use for the CMFCRibbonEdit Class control. The collection of small images is maintained by the parent ribbon category.
Remarks
The CMFCRibbonEdit Class control does not use a large image.
Requirements
Header: afxribbonedit.h