BCGControlBar Pro for MFC
CBCGPRibbonEdit::CBCGPRibbonEdit ( UINT  nID,
int  nWidth,
LPCTSTR  lpszLabel = NULL,
int  nImage = -1,
RibbonSimplifiedModeType  type = RibbonSimplifiedOnScreenCompact,
BOOL  bHideInFullMode = FALSE 
)

Constructs ribbon edit box object.

Parameters
nIDcommand ID.
nWidthSpecifies the width of edit box control. The default width is 120 pixels.
lpszLabelThe edit box label. By default trhe edit box doesn't have a label.
nImageThe image index. By default trhe edit box doesn't have an image.
typeSpecifies a ribbon element appearance in the Ribbon simplified mode.
bHideInFullModeSpecifies whether a ribbon element is invisible in the Ribbon classic (non-simplified) mode.