Android.Views.InputMethods.InputMethodManager.UpdateCursor Method
Report the current cursor location in its window.

Syntax

[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)

Parameters

view
Documentation for this section has not yet been entered.
left
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
Documentation for this section has not yet been entered.

Remarks

Report the current cursor location in its window.

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3