CMFCRibbonBaseElement::SetText
Establece el texto y el keytip para el elemento cinta.
virtual void SetText(
LPCTSTR lpszText
);
Parámetros
- [in] lpszText
El texto y el keytip para el elemento cinta.
Comentarios
Para establecer el keytip para el elemento cinta, anexe la secuencia de escape de nueva línea seguida de los caracteres de keytip a lpszText.
Ejemplo
//Set the text for the ribbon element
SetText(_T("Margins"))
//Set the text and a single-letter keytip
SetText(_T("Margins\nm"))
//Set the text and a multiple-letter keytip
SetText(_T("Line Numbers\nln"))
Requisitos
encabezado: afxbaseribbonelement.h