TabActivity.TabHost Property

Definition

Caution

deprecated

Returns the TabHost the activity is using to host its tabs.

[System.Obsolete("deprecated")]
public virtual Android.Widget.TabHost? TabHost { [Android.Runtime.Register("getTabHost", "()Landroid/widget/TabHost;", "GetGetTabHostHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getTabHost", "()Landroid/widget/TabHost;", "GetGetTabHostHandler")>]
member this.TabHost : Android.Widget.TabHost

Property Value

the TabHost the activity is using to host its tabs.

Attributes

Remarks

Returns the TabHost the activity is using to host its tabs.

Java documentation for android.app.TabActivity.getTabHost().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to