CMFCRibbonBaseElement::SetText
リボン要素のテキストと KeyTip を設定します。
virtual void SetText(
LPCTSTR lpszText
);
パラメーター
- [入力] lpszText
リボン要素のテキストと KeyTip。
解説
リボン要素の KeyTip を設定するには、lpszText の末尾に改行エスケープ シーケンスを追加し、その後に KeyTip の文字を指定します。
使用例
//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