Android.App.ActionBar.SelectedTab Property
Returns the currently selected tab if in tabbed navigation mode and there is at least one tab present.

Syntax

[get: Android.Runtime.Register("getSelectedTab", "()Landroid/app/ActionBar$Tab;", "GetGetSelectedTabHandler")]
public abstract ActionBar.Tab SelectedTab { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the currently selected tab if in tabbed navigation mode and there is at least one tab 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