語言

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)

Java 文件 android.view.inputmethod.InputMethodManager.updateCursor(android.view.View, int, int, int, int)

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於