ActionBar.Tab.Select Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.