Click or drag to resize

IHandler Properties

The TextBoxIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAutoSelectMode
Gets or sets the auto selection mode.
Public propertyCaretIndex
Gets or sets the index of the current insertion point.
Public propertyMaxLength
Gets or sets the maximum length of the text that can be entered in the control.
Public propertyPlaceholderText
Gets or sets the placeholder text to show as a hint of what the user should enter.
Public propertyReadOnly
Gets or sets a value indicating whether this TextBox is read only.
Public propertySelection
Gets or sets the current text selection.
Public propertyShowBorder
Gets or sets a value indicating whether to show the control's border.
Public propertyTextAlignment
Gets or sets the alignment of the text in the entry box.
Top
See Also