TextView.SetTextCursorDrawable(Int32) メソッド

定義

テキスト カーソルに対応する Drawable を設定します。

[Android.Runtime.Register("setTextCursorDrawable", "(I)V", "GetSetTextCursorDrawable_IHandler", ApiSince=29)]
public virtual void SetTextCursorDrawable(int textCursorDrawable);
[<Android.Runtime.Register("setTextCursorDrawable", "(I)V", "GetSetTextCursorDrawable_IHandler", ApiSince=29)>]
abstract member SetTextCursorDrawable : int -> unit
override this.SetTextCursorDrawable : int -> unit

パラメーター

textCursorDrawable
Int32

int

属性

注釈

テキスト カーソルに対応する Drawable を設定します。 Drawable の既定値は textCursorDrawable 属性の値です。 カーソルに適用された変更は、カーソルが非表示になってから再度描画されるまで表示されないことに注意してください。

Javaドキュメント。

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

適用対象