CheckBox.LabelAttributes プロパティ

定義

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 追加できます。

適用対象

こちらもご覧ください