InputMethodManager.UpdateCursor(View, Int32, Int32, Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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) を代わりに使用します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。