The members of Android.Widget.TabHost are listed below.
See Also: Inherited members from Android.Widget.FrameLayout
A constructor used when creating managed representations of JNI objects; called by the runtime. |
CurrentTab | int. | |
[read-only] | CurrentTabTag | string. |
[read-only] | CurrentTabView | Android.Views.View. |
[read-only] | CurrentView | Android.Views.View. |
[read-only] | TabContentView | FrameLayout. Get the FrameLayout which holds tab content |
[read-only] | TabWidget | TabWidget. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
AddTab(TabHost.TabSpec)Add a tab. | ||
ClearAllTabs()Removes all tabs from the tab widget associated with this tab host. | ||
NewTabSpec(string)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. |
TabChanged | Documentation for this section has not yet been entered. |