CMFCRibbonBaseElement::SetText
设置文本和keytip功能区元素的。
virtual void SetText(
LPCTSTR lpszText
);
参数
- [in] lpszText
文本和keytip功能区元素的。
备注
若要设置功能区元素的keytip,请追加keytip字符的换行符转义序列。lpszText。
示例
//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"))
要求
标头: afxbaseribbonelement.h