TextView.SetTextSelectHandleLeft(Int32) メソッド

定義

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

[Android.Runtime.Register("setTextSelectHandleLeft", "(I)V", "GetSetTextSelectHandleLeft_IHandler", ApiSince=29)]
public virtual void SetTextSelectHandleLeft (int textSelectHandleLeft);
[<Android.Runtime.Register("setTextSelectHandleLeft", "(I)V", "GetSetTextSelectHandleLeft_IHandler", ApiSince=29)>]
abstract member SetTextSelectHandleLeft : int -> unit
override this.SetTextSelectHandleLeft : int -> unit

パラメーター

textSelectHandleLeft
Int32
属性

注釈

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

android.widget.TextView.setTextSelectHandleLeft(int)Java ドキュメント。

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

適用対象