CMFCRibbonBaseElement::SetText
Nastaví velikost textu a popisu tlačítka prvku na pásu karet.
virtual void SetText(
LPCTSTR lpszText
);
Parametry
- [v]lpszText
Text a popisu tlačítka prvku na pásu karet.
Poznámky
Nastavení popisu tlačítka prvku na pásu karet, připojit sekvence escape nový řádek, následovaný znaky popisu tlačítka na lpszText .
Příklad
//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"))
Požadavky
Záhlaví: afxbaseribbonelement.h