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