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

Definition

Caution

deprecated

Report the current cursor location in its window.

[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

Parameters

view
View
left
Int32
top
Int32
right
Int32
bottom
Int32
Attributes

Remarks

Report the current cursor location in its window.

This member is deprecated. Use #updateCursorAnchorInfo(View, CursorAnchorInfo) instead.

Java documentation for android.view.inputmethod.InputMethodManager.updateCursor(android.view.View, int, int, int, int).

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