Base class for all Win32 common-control wrappers.
The system default GUI font, used for all controls. Cached stock object.
Route a parent's WM_COMMAND to the originating control. Returns true if a control handled it.
Route a parent's WM_NOTIFY to the originating control. Returns true if a control handled it.
Base class for native common controls.
Control creates a child window of a given Win32 class ("Button", "SysListView32", …) and provides the operations common to all controls: text get/set, font assignment, a preferred size, parent message routing (WM_COMMAND / WM_NOTIFY), and opt-in subclassing for controls that need to intercept their own messages.