Home | History | Annotate | Download | only in Control

Lines Matching defs:SetText

16   bool SetText(LPCTSTR text)

17 { return CWindow::SetText(text); }
18 bool SetText(unsigned index, LPCTSTR text, UINT type)
20 bool SetText(unsigned index, LPCTSTR text)
21 { return SetText(index, text, 0); }
26 bool SetText(LPCWSTR text)
27 { return CWindow::SetText(text); }
28 bool SetText(unsigned index, LPCWSTR text, UINT type)
30 bool SetText(unsigned index, LPCWSTR text)
31 { return SetText(index, text, 0); }