EditText.SetSelection Método

Definición

Sobrecargas

Nombre Description
SetSelection(Int32)

Comodidad para Selection#setSelection(Spannable, int).

SetSelection(Int32, Int32)

Comodidad para Selection#setSelection(Spannable, int, int).

SetSelection(Int32)

Comodidad para Selection#setSelection(Spannable, int).

[Android.Runtime.Register("setSelection", "(I)V", "GetSetSelection_IHandler")]
public virtual void SetSelection(int index);
[<Android.Runtime.Register("setSelection", "(I)V", "GetSetSelection_IHandler")>]
abstract member SetSelection : int -> unit
override this.SetSelection : int -> unit

Parámetros

index
Int32

Índice de base cero.

Atributos

Comentarios

Comodidad para Selection#setSelection(Spannable, int).

Java documentación para android.widget.EditText.setSelection(int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

SetSelection(Int32, Int32)

Comodidad para Selection#setSelection(Spannable, int, int).

[Android.Runtime.Register("setSelection", "(II)V", "GetSetSelection_IIHandler")]
public virtual void SetSelection(int start, int stop);
[<Android.Runtime.Register("setSelection", "(II)V", "GetSetSelection_IIHandler")>]
abstract member SetSelection : int * int -> unit
override this.SetSelection : int * int -> unit

Parámetros

start
Int32

int

stop
Int32

int

Atributos

Comentarios

Comodidad para Selection#setSelection(Spannable, int, int).

Java documentación para android.widget.EditText.setSelection(int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a