Click or drag to resize

TextBoxIHandler Interface

Handler interface for the TextBox.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : TextControlIHandler, 
	CommonControlIHandler, ControlIHandler, WidgetIHandler

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
Methods
  NameDescription
Public methodSelectAll
Selects all of the text in the control.
Top
See Also