TextControl Class |
Namespace: Eto.Forms
The TextControl type exposes the following members.
| Name | Description | |
|---|---|---|
| TextControl | Initializes a new instance of the TextControl class |
| Name | Description | |
|---|---|---|
| Text |
Gets or sets the text of the control.
| |
| TextBinding |
Gets the binding for the Text property.
| |
| TextColor |
Gets or sets the color of the text.
|
| Name | Description | |
|---|---|---|
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
| OnTextChanged |
Raises the TextChanged event.
|
| Name | Description | |
|---|---|---|
| TextChanged |
Occurs when the Text property is changed.
|
| Name | Description | |
|---|---|---|
| TextChangedEvent |
Identifier for handlers when attaching the TextChanged event
|