deft.controls.label

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.

Members

Classes

Label
class Label

A non-interactive label that displays a single run of static text.

Meta