CMFCRibbonLabel::CMFCRibbonLabel
Constructs and initializes a CMFCRibbonLabel object that displays the specified text string.
CMFCRibbonLabel(
LPCTSTR lpszText,
BOOL bIsMultiLine = FALSE
);
Parameters
[in] lpszText
The text to appear in the label.[in] bIsMultiLine
TRUE to specify that the label is a multi-line label; otherwise, FALSE.
Requirements
Header: afxRibbonLabel.h