TextBoxIHandler Interface |
Namespace: Eto.Forms
The TextBoxIHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | AutoSelectMode |
Gets or sets the auto selection mode.
|
![]() | CaretIndex |
Gets or sets the index of the current insertion point.
|
![]() | MaxLength |
Gets or sets the maximum length of the text that can be entered in the control.
|
![]() | PlaceholderText |
Gets or sets the placeholder text to show as a hint of what the user should enter.
|
![]() | ReadOnly |
Gets or sets a value indicating whether this TextBox is read only.
|
![]() | Selection |
Gets or sets the current text selection.
|
![]() | ShowBorder |
Gets or sets a value indicating whether to show the control's border.
|
![]() | TextAlignment |
Gets or sets the alignment of the text in the entry box.
|