Condividi tramite


InputMethodManager.UpdateCursor(View, Int32, Int32, Int32, Int32) Metodo

Definizione

Attenzione

deprecated

Segnala la posizione corrente del cursore nella relativa finestra.

[Android.Runtime.Register("updateCursor", "(Landroid/view/View;IIII)V", "")]
[System.Obsolete("deprecated")]
public void UpdateCursor (Android.Views.View? view, int left, int top, int right, int bottom);
[<Android.Runtime.Register("updateCursor", "(Landroid/view/View;IIII)V", "")>]
[<System.Obsolete("deprecated")>]
member this.UpdateCursor : Android.Views.View * int * int * int * int -> unit

Parametri

view
View
left
Int32
top
Int32
right
Int32
bottom
Int32
Attributi

Commenti

Segnala la posizione corrente del cursore nella relativa finestra.

Questo membro è deprecato. Utilizzare invece #updateCursorAnchorInfo(View, CursorAnchorInfo).

Documentazione java per android.view.inputmethod.InputMethodManager.updateCursor(android.view.View, int, int, int, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a