| TextControl Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eto.Forms
 Syntax
SyntaxThe TextControl type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | TextControl | Initializes a new instance of the TextControl class | 
 Properties
Properties| 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.
             | 
 Methods
Methods| 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.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | TextChanged | 
            Occurs when the Text property is changed.
             | 
 Fields
Fields| Name | Description | |
|---|---|---|
|   | TextChangedEvent | 
            Identifier for handlers when attaching the TextChanged event
             | 
 Remarks
Remarks See Also
See Also Inheritance Hierarchy
Inheritance Hierarchy