EditText.SelectAll Method

Definition

Convenience for Selection#selectAll.

[Android.Runtime.Register("selectAll", "()V", "GetSelectAllHandler")]
public virtual void SelectAll ();
[<Android.Runtime.Register("selectAll", "()V", "GetSelectAllHandler")>]
abstract member SelectAll : unit -> unit
override this.SelectAll : unit -> unit
Attributes

Remarks

Convenience for Selection#selectAll.

Java documentation for android.widget.EditText.selectAll().

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