言語

TextView.SetTextSelectHandleRight(Int32) メソッド

定義

テキストの選択に使用する右ハンドルに対応する Drawable を設定します。

[Android.Runtime.Register("setTextSelectHandleRight", "(I)V", "GetSetTextSelectHandleRight_IHandler", ApiSince=29)]
public virtual void SetTextSelectHandleRight(int textSelectHandleRight);
[<Android.Runtime.Register("setTextSelectHandleRight", "(I)V", "GetSetTextSelectHandleRight_IHandler", ApiSince=29)>]
abstract member SetTextSelectHandleRight : int -> unit
override this.SetTextSelectHandleRight : int -> unit

パラメーター

textSelectHandleRight
Int32

int

属性

注釈

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

Javaドキュメント。

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

適用対象