deft.controls.textbox

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.

Members

Classes

TextBox
class TextBox

A native text entry field built on the Win32 EDIT control.

Enums

TextBoxStyle
enum TextBoxStyle

The flavor of text box to create.

Meta