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