ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <window.h>
Public Member Functions | |
Static (HWND parent, LPCTSTR text, int left, int top, int width, int height, int id, DWORD flags=WS_VISIBLE|WS_CHILD|SS_SIMPLE, DWORD ex_flags=0) | |
This class constructs static controls. The control will remain existent when the C++ object is destroyed. There is no conjunction between C++ object and windows control life time.
Static::Static | ( | HWND | parent, |
LPCTSTR | text, | ||
int | left, | ||
int | top, | ||
int | width, | ||
int | height, | ||
int | id, | ||
DWORD | flags = WS_VISIBLE|WS_CHILD|SS_SIMPLE , |
||
DWORD | ex_flags = 0 |
||
) |
Definition at line 875 of file window.cpp.