TextBox wraps the native Win32 "EDIT" control. It supports single-line and
multi-line variants, an optional read-only flag, selection helpers, and a
delegate-based change/keyboard event surface. Because it is a real native
control, it carries MSAA accessibility for free.
Single- and multi-line text entry control.
TextBox wraps the native Win32 "EDIT" control. It supports single-line and multi-line variants, an optional read-only flag, selection helpers, and a delegate-based change/keyboard event surface. Because it is a real native control, it carries MSAA accessibility for free.