44 Combobox(
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;
71 void remove()
override;
Each element (button, editfield etc) has own structure.
Common draw interface class.
HWND create(int X, int Y, int HEIGHT, int WIDTH, WCHAR *TEXT) override
Combobox interface class Provide interface for creating/removing/updating combobox.
void addItem(WCHAR *item)