EditText
EditText view is a view that allows the user to write free text
The EditText has two modes; SingleLine and MultiLine.
Events:
TextChanged (Old As String, New As String)
EnterPressed
FocusChanged (HasFocus As Boolean)
Members:
Background As android.graphics.drawable.Drawable
BringToFront
Color As Int [write only]
Enabled As Boolean
ForceDoneButton As Boolean [write only]
Gravity As Int
Height As Int
Hint As String
HintColor As Int
Initialize (EventName As String)
INPUT_TYPE_DECIMAL_NUMBERS As Int
INPUT_TYPE_NONE As Int
INPUT_TYPE_NUMBERS As Int
INPUT_TYPE_PHONE As Int
INPUT_TYPE_TEXT As Int
InputType As Int
Invalidate
Invalidate2 (Rect As android.graphics.Rect)
Invalidate3 (Left As Int, Top As Int, Right As Int, Bottom As Int)
IsInitialized As Boolean
Left As Int
PasswordMode As Boolean [write only]
RemoveView
RequestFocus As Boolean
SelectAll
SelectionStart As Int
SendToBack
SetBackgroundImage (Bitmap As android.graphics.Bitmap)
SetLayout (Left As Int, Top As Int, Width As Int, Height As Int)
SingleLine As Boolean [write only]
Tag As Object
Text As String
TextColor As Int
TextSize As Float
Top As Int
Typeface As android.graphics.Typeface
Visible As Boolean
Width As Int
Wrap As Boolean [write only]