StatusBar wraps the native "msctls_statusbar32" common control. A status
bar auto-docks itself to the bottom of its parent's client area in response
to WM_SIZE; the host window forwards WM_SIZE to it and reserves
getHeight() pixels at the bottom. The bar can show a single line of text or
be split into several parts.
Status bar control.
StatusBar wraps the native "msctls_statusbar32" common control. A status bar auto-docks itself to the bottom of its parent's client area in response to WM_SIZE; the host window forwards WM_SIZE to it and reserves getHeight() pixels at the bottom. The bar can show a single line of text or be split into several parts.