CheckBox.LabelAttributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
CheckBox コントロールの表示 LABEL 要素の属性のコレクションへの参照を取得します。
public:
property System::Web::UI::AttributeCollection ^ LabelAttributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection LabelAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LabelAttributes : System.Web.UI.AttributeCollection
Public ReadOnly Property LabelAttributes As AttributeCollection
プロパティ値
CheckBox の表示 LABEL 要素に追加される属性の名前と値のコレクション。 既定値は空の AttributeCollection です。
- 属性
注釈
Textコントロールの CheckBox プロパティは、HTML LABEL 要素を使用してレンダリングおよび表示されます。 プロパティの メソッドを使用して Add 、レンダリングされた LABEL 要素に属性を LabelAttributes 追加できます。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET