Android.App.ActionBar.RemoveTab Method
Remove a tab from the action bar.

Syntax

[Android.Runtime.Register("removeTab", "(Landroid/app/ActionBar$Tab;)V", "GetRemoveTab_Landroid_app_ActionBar_Tab_Handler")]
public abstract void RemoveTab (ActionBar.Tab tab)

Parameters

tab
The tab to remove

Remarks

Remove a tab from the action bar. If the removed tab was selected it will be deselected and another tab will be selected if present.

[Android Documentation]

Requirements

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