Label wraps the Win32 "STATIC" control class with SS_LEFT styling. It
displays text and is not interactive (it carries no WS_TABSTOP), so it is
skipped in the keyboard tab order. Its preferred size is computed from the
measured extent of its text in the control's own font.
A read-only static text label.
Label wraps the Win32 "STATIC" control class with SS_LEFT styling. It displays text and is not interactive (it carries no WS_TABSTOP), so it is skipped in the keyboard tab order. Its preferred size is computed from the measured extent of its text in the control's own font.