Android.Widget.TabHost: Method Members

The methods of Android.Widget.TabHost are listed below. For a list of all members, see the TabHost Members list.

See Also: Inherited members from Android.Widget.FrameLayout

Public Methods

AddTab(TabHost.TabSpec)
Add a tab.
ClearAllTabs()
Removes all tabs from the tab widget associated with this tab host.
NewTabSpec(string) : TabHost.TabSpec
Get a new NoType:android/widget/TabHost$TabSpec;Href=../../../reference/android/widget/TabHost.TabSpec.html associated with this tab host.
OnTouchModeChanged(bool)
Callback method to be invoked when the touch mode changes.
SetCurrentTabByTag(string)
SetOnTabChangedListener(TabHost.IOnTabChangeListener)
Register a callback to be invoked when the selected state of any of the items in this list changes
Setup()
Setup(Android.App.LocalActivityManager)
If you are using NoType:android/widget/TabHost$TabSpec;Href=../../../reference/android/widget/TabHost.TabSpec.html#setContent(android.content.Intent), this must be called since the activityGroup is needed to launch the local activity.