ActionBar.RemoveTab(ActionBar+Tab) Method

Definition

Caution

deprecated

Remove a tab from the action bar.

[Android.Runtime.Register("removeTab", "(Landroid/app/ActionBar$Tab;)V", "GetRemoveTab_Landroid_app_ActionBar_Tab_Handler")]
[System.Obsolete("deprecated")]
public abstract void RemoveTab (Android.App.ActionBar.Tab? tab);
[<Android.Runtime.Register("removeTab", "(Landroid/app/ActionBar$Tab;)V", "GetRemoveTab_Landroid_app_ActionBar_Tab_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member RemoveTab : Android.App.ActionBar.Tab -> unit

Parameters

tab
ActionBar.Tab

The tab to remove

Attributes

Remarks

Java documentation for android.app.ActionBar.removeTab(android.app.Tab).

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