TextBox Class |
Namespace: Eto.Forms
The TextBox 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, 0 for no limit.
| |
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.
| |
SelectedText |
Gets or sets the selected text.
| |
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.
|
Name | Description | |
---|---|---|
GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides TextControlGetCallback.) | |
OnTextChanging |
Raises the TextChanging event.
| |
SelectAll |
Selects all of the text in the control.
|
Name | Description | |
---|---|---|
TextChanging |
Event to handle before the text is changed to allow cancelling any change events triggered by the user.
|
Name | Description | |
---|---|---|
TextChangingEvent |
Event identifier for handlers when attaching the TextChanging event
|