Control
TextField
IDisposable
![]() | If set to true then control has frame, else not. (Default is true). |
![]() | If set to true then the TextField will have rounded border. (Default is false) |
![]() | If set to true then Focus ring is drawn when focused. (Default is true) |
![]() | Sets or gets the text in thee TextField. |
![]() | If set to true the control is enabled, else it is disabled. |
![]() | Sets or gets the tooltip for the contro. |
![]() | Sets or gets placeholder text for the control. |
![]() | If set to true then the BackgroundColor property is used to paint the background of the control. |
![]() | Sets or gets the selected text of the control. |
![]() | Gets length of current selection. |
![]() | Gets start of current selection. |
![]() | If set to true then the text is editable, else the text can be selected but not edited. (Default is true). |
![]() | Sets background color for the control |
![]() | Sets or gets the color of the text. |
![]() | Sets or gets the maximum length of the text in the control. |
![]() | Sets or gets width of the control. |
![]() | Sets or gets height of the control. |
![]() | Visible state of the control. |
![]() | Gets control’s owner window. |
![]() | Sets or gets controls left location. |
![]() | Sets or gets controls top location. |
![]() | Disposes the control. |
![]() | A GotFocus function that can be overridden when inheriting from the control. |
![]() | A OnKeyDown function that can be overridden when inheriting from the control. |
![]() | A OnKeyUp function that can be overridden when inheriting from the control. |
![]() | A OnLostFocus function that can be overridden when inheriting from the control. |
![]() | |
![]() | A TextChanged function that can be overridden when inheriting from the control. |
![]() | Selects text by supplied range in the control. |
![]() | Selects all text in the control. |
![]() | Sets focus. |
![]() | This event is fired when the control gets focus. |
![]() | This event is fired when key is pressed down. |
![]() | |
![]() | This event is fired when the control looses focus. |
![]() | This event is fired when the text changes in the TextField. The ActionEventArgs object can be queried to get to know if event originated from user or from code. |