Android.Widget.TabHost Class
Container for a tabbed window view.

See Also: TabHost Members

Syntax

[Android.Runtime.Register("android/widget/TabHost", DoNotGenerateAcw=true)]
public class TabHost : FrameLayout, Android.Views.ViewTreeObserver.IOnTouchModeChangeListener, IDisposable

Remarks

Container for a tabbed window view. This object holds two children: a set of tab labels that the user clicks to select a specific tab, and a FrameLayout object that displays the contents of that page. The individual elements are typically controlled using this container object, rather than setting values on the child elements themselves.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1