言語

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ドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象