13class SOUI_EXP
SEdit :
public TCtrlProxy<IEdit, SRichEdit> {
27 STDMETHOD_(
void,
GetCueText)(CTHIS_ IStringT *pStr) SCONST
48 SStringT GetCueText(BOOL bRawText = FALSE)
const;
51 ATTR_COLOR(L
"cueColor", m_crCue, TRUE)
52 ATTR_I18NSTRT(L
"cueText", m_strCue, TRUE)
60 virtual HRESULT OnLanguageChanged();
74 void OnSetFocus(SWND wndOld);
80 UINT GetCueTextAlign();
87 void OnKillFocus(SWND wndFocus);
90 MSG_WM_PAINT_EX(OnPaint)
91 MSG_WM_SETFOCUS_EX(OnSetFocus)
92 MSG_WM_KILLFOCUS_EX(OnKillFocus)
Class for handling text with translation support.