次の方法で共有


TextView.IsTextSelectable プロパティ

定義

フラグの状態を textIsSelectable 返します (参照 #setTextIsSelectable setTextIsSelectable())。

public virtual bool IsTextSelectable { [Android.Runtime.Register("isTextSelectable", "()Z", "GetIsTextSelectableHandler")] get; }
[<get: Android.Runtime.Register("isTextSelectable", "()Z", "GetIsTextSelectableHandler")>]
member this.IsTextSelectable : bool

プロパティ値

True の 場合、この TextView に表示されるテキストは、ユーザーが選択できます。

属性

注釈

フラグの状態を textIsSelectable 返します (参照 #setTextIsSelectable setTextIsSelectable())。 ユーザーが編集できない TextView 内のテキストを選択してコピーできるようにするには、このフラグを設定する必要がありますが、このフラグの EditText 値とは関係なく、常にコンテンツを選択できます。

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

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象