InputMethodManager.UpdateCursor(View, Int32, Int32, Int32, Int32) Método

Definición

Precaución

deprecated

Informe de la ubicación actual del cursor en su ventana.

[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

Parámetros

view
View
left
Int32
top
Int32
right
Int32
bottom
Int32
Atributos

Comentarios

Informe de la ubicación actual del cursor en su ventana.

Este miembro está en desuso. Utilice #updateCursorAnchorInfo(View, CursorAnchorInfo) en su lugar.

Java documentación para android.view.inputmethod.InputMethodManager.updateCursor(android.view.View, int, int, 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