CMFCRibbonBaseElement::SetText
Define o texto e o keytip para o elemento de fita.
virtual void SetText(
LPCTSTR lpszText
);
Parâmetros
- [in] lpszText
O texto e o keytip para o elemento de fita.
Comentários
Para definir o keytip para o elemento de fita, acrescente a seqüência de escape de nova linha seguido por caracteres de keytip a lpszText.
Exemplo
//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
Cabeçalho: afxbaseribbonelement.h