TextBox Members

The TextBox type exposes the following members.

Constructors


  Name Description
Public method TextBox
Initializes a new instance of the [TextBox] class.

Methods


  Name Description
Protected method DrawText
Public method GetCursor
Gets the cursor.
Protected method OnKeyDown
Protected method OnUpdate
Public method Select
Selects the specified start.
Public method SetCursor
Sets the cursor.

Properties


  Name Description
Public property BlinkColor
Gets or sets the color of the blink.
Public property BlinkInterval
Gets or sets the blink interval.
Public property IsPassword
Gets or sets a value indicating whether this instance is password.
Public property Mode
Gets or sets the mode.
Public property PasswordChar
Gets or sets the password char.
Public property ReadOnly
Gets or sets a value indicating whether [read only].
Public property Selection
Gets the selection.
Public property SelectionColor
Gets or sets the color of the selection.
Public property SelectionEnd
Gets the selection end.
Public property SelectionStart
Gets the selection start.
Public property Text
Gets or sets the text.
Public property TextColor
Gets or sets the color of the text.
Public property UseTextColor
Gets or sets a value indicating whether [use text color].

Events


  Name Description
Public event TextCancel
Raised when [text cancel].
Public event TextChanged
Raised when [text changed].
Public event TextCommit
Raised when [text commit].