Android.Widget.TabHost Members

The members of Android.Widget.TabHost are listed below.

See Also: Inherited members from Android.Widget.FrameLayout

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

CurrentTabint.
[read-only]
CurrentTabTagstring.
[read-only]
CurrentTabViewAndroid.Views.View.
[read-only]
CurrentViewAndroid.Views.View.
[read-only]
TabContentViewFrameLayout. Get the FrameLayout which holds tab content
[read-only]
TabWidgetTabWidget.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Public Events

TabChangedDocumentation for this section has not yet been entered.