Android.App.ActionBar.SelectTab Method
Select the specified tab.

Syntax

[Android.Runtime.Register("selectTab", "(Landroid/app/ActionBar$Tab;)V", "GetSelectTab_Landroid_app_ActionBar_Tab_Handler")]
public abstract void SelectTab (ActionBar.Tab tab)

Parameters

tab
Tab to select

Remarks

Select the specified tab. If it is not a child of this action bar it will be added.

Note: If you want to select by index, use ActionBar.SetSelectedNavigationItem(int).

[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