SecureTextField Control

TextField
   SecureTextField

control SecureTextField implements

IDisposable

Constructors

SecureTextField

Properties

HasFrame (Inherited) If set to true then control has frame, else not. (Default is true).
RoundedFrame (Inherited) If set to true then the TextField will have rounded border. (Default is false)
ShowFocusRing (Inherited) If set to true then Focus ring is drawn when focused. (Default is true)
Text (Inherited) Sets or gets the text in thee TextField.
Enabled (Inherited) If set to true the control is enabled, else it is disabled.
Tooltip (Inherited) Sets or gets the tooltip for the contro.
Placeholder (Inherited) Sets or gets placeholder text for the control.
HasBackgroundColor (Inherited) If set to true then the BackgroundColor property is used to paint the background of the control.
SelectedText (Inherited) Sets or gets the selected text of the control.
SelectionLength (Inherited) Gets length of current selection.
SelectionStart (Inherited) Gets start of current selection.
Editable (Inherited) If set to true then the text is editable, else the text can be selected but not edited. (Default is true).
BackgroundColor (Inherited) Sets background color for the control
TextColor (Inherited) Sets or gets the color of the text.
MaximumLength (Inherited) Sets or gets the maximum length of the text in the control.
Width (Inherited) Sets or gets width of the control.
Height (Inherited) Sets or gets height of the control.
Visible (Inherited) Visible state of the control.
Window (Inherited) Gets control’s owner window.
Left (Inherited) Sets or gets controls left location.
Top (Inherited) Sets or gets controls top location.

Methods

Dispose (Inherited) Disposes the control.
Select (Inherited) Selects text by supplied range in the control.
SelectAll (Inherited) Selects all text in the control.
SetFocus (Inherited) Sets focus.

Events

GotFocus
KeyDown
KeyUp
LostFocus
TextChanged