TabHost

TabHost is a view that contains multiple tab pages.
See the TabHost tutorial for more information.

Events:

TabChanged
Click
LongClick

Members:

AddTab (Title As String, LayoutFile As String)
 AddTab2 (Title As String, View As android.view.View)
 AddTabWithIcon (Title As String, DefaultBitmap As android.graphics.Bitmap, SelectedBitmap As android.graphics.Bitmap, LayoutFile As String)
 AddTabWithIcon2 (Title As String, DefaultBitmap As android.graphics.Bitmap, SelectedBitmap As android.graphics.Bitmap, View As android.view.View)
 Background As android.graphics.drawable.Drawable
 BringToFront
 Color As Int  [write only]
 CurrentTab As Int
 Enabled As Boolean
 Height As Int
 Initialize (EventName As String)
 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
 RemoveView
 RequestFocus As Boolean
 SendToBack
 SetBackgroundImage (Bitmap As android.graphics.Bitmap)
 SetLayout (Left As Int, Top As Int, Width As Int, Height As Int)
 TabCount As Int  [read only]
 Tag As Object
 Top As Int
 Visible As Boolean
 Width As Int