ActionBar.Tab.Select Method

Definition

Caution

deprecated

Select this tab.

[Android.Runtime.Register("select", "()V", "GetSelectHandler")]
[System.Obsolete("deprecated")]
public abstract void Select ();
[<Android.Runtime.Register("select", "()V", "GetSelectHandler")>]
[<System.Obsolete("deprecated")>]
abstract member Select : unit -> unit
Attributes

Remarks

Select this tab. Only valid if the tab has been added to the action bar.

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

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