|
Windows C++ Library
|
#include <Label.hpp>
Public Member Functions | |
| CLabel () | |
| void | Text (const tchar *pszText) |
| void | Text (const tstring &text) |
| Set the text of the control. | |
Protected Member Functions | |
| virtual void | GetCreateParams (WNDCREATE &rParams) |
| CLabel::CLabel | ( | ) |
| void CLabel::Text | ( | const tchar * | pszText | ) | [inline] |
| void CLabel::Text | ( | const tstring & | text | ) | [inline] |
Set the text of the control.
| void CLabel::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CCtrlWnd.
1.7.6.1