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

Syntax

[Android.Runtime.Register("removeTabAt", "(I)V", "GetRemoveTabAt_IHandler")]
public abstract void RemoveTabAt (int position)

Parameters

position
Position of 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