AutoCompleteEditText

An enhanced version of EditText which shows the user a drop down list 

Events:

ItemClick (Value As String)
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]
 DismissDropDown
 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)
 SetItems (Items As List)
 SetItems2 (Items As List, Typeface As android.graphics.Typeface, Gravity As Int, TextSize As Float, TextColor As Int)
 SetLayout (Left As Int, Top As Int, Width As Int, Height As Int)
 ShowDropDown
 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]