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
属性

注釈

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

の Java ドキュメント android.widget.TextView.setTextCursorDrawable(int)

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

適用対象