CreateParams

Control creation parameters.

Members

Variables

caption
Dstring caption;
className
Dstring className;
classStyle
DWORD classStyle;
exStyle
DWORD exStyle;
height
int height;
inst
HINSTANCE inst;
menu
HMENU menu;
param
void* param;
parent
HWND parent;
style
DWORD style;
width
int width;
x
int x;
y
int y;

Meta