Push buttons and the two-state / grouped button controls.
All four classes here wrap the Win32 "BUTTON" class with different styles:
Button is a plain push button, CheckBox an auto check box, and
RadioButton an auto radio button (optionally starting a new group). Each is
interactive (WS_TABSTOP) and exposes a delegate event fired on click.
Push buttons and the two-state / grouped button controls.
All four classes here wrap the Win32 "BUTTON" class with different styles: Button is a plain push button, CheckBox an auto check box, and RadioButton an auto radio button (optionally starting a new group). Each is interactive (WS_TABSTOP) and exposes a delegate event fired on click.