共用方式為


InputMethodManager.UpdateCursor(View, Int32, Int32, Int32, Int32) 方法

定義

警告

deprecated

在其視窗中報告目前的數據指標位置。

[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

參數

view
View
left
Int32
top
Int32
right
Int32
bottom
Int32
屬性

備註

在其視窗中報告目前的數據指標位置。

已取代這個成員。 請改用 #updateCursorAnchorInfo(View, CursorAnchorInfo)

android.view.inputmethod.InputMethodManager.updateCursor(android.view.View, int, int, int, int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於