44 Button(
int X,
int Y,
int HEIGHT,
int WIDTH, WCHAR* TEXT = NULL);
60 HWND
create(
int X,
int Y,
int HEIGHT,
int WIDTH, WCHAR* TEXT)
override;
74 void remove()
override;
Each element (button, editfield etc) has own structure.
Common draw interface class.