Component()
Constructs a new Component instance.
Definition Graphics.h:161
void onWindowResized() override
Called when the component's window is resized.
virtual ~ProgressBar()
Destroys the ProgressBar component.
int getPreferredHeight()
Returns the preferred height.
int getValue()
Returns the current value.
void onPaint(Graphics *g) override
Called to paint the component's client area.
BOOL getCreateWindowOptions(wstring &title, UINT &widownStyles, wstring &wndClassName, BOOL &isCustomWndProc)
Retrieves options for creating the checkbox window.
ProgressBar()
Constructs a new ProgressBar component.
void windowCreated()
Called after the checkbox window has been successfully created.
void setValue(int value)
Sets the current value.