TabActivity.TabWidget Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Returns the TabWidget
the activity is using to draw the actual tabs.
[System.Obsolete("deprecated")]
public virtual Android.Widget.TabWidget? TabWidget { [Android.Runtime.Register("getTabWidget", "()Landroid/widget/TabWidget;", "GetGetTabWidgetHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getTabWidget", "()Landroid/widget/TabWidget;", "GetGetTabWidgetHandler")>]
member this.TabWidget : Android.Widget.TabWidget
Property Value
the TabWidget
the activity is using to draw the actual tabs.
- Attributes
Remarks
Returns the TabWidget
the activity is using to draw the actual tabs.
Java documentation for android.app.TabActivity.getTabWidget()
.
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.