CheckBox.InputAttributes プロパティ

定義

CheckBox コントロールの表示 INPUT 要素の属性のコレクションへの参照を取得します。

public:
 property System::Web::UI::AttributeCollection ^ InputAttributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection InputAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.InputAttributes : System.Web.UI.AttributeCollection
Public ReadOnly Property InputAttributes As AttributeCollection

プロパティ値

AttributeCollection

CheckBox コントロールの表示 INPUT 要素に追加される属性の名前と値のコレクション。 既定値は空の AttributeCollection です。

属性

注釈

コントロールは CheckBox 、HTML INPUT 要素を使用してレンダリングおよび表示されます。 プロパティのメソッドを使用して、レンダリングされた INPUT 要素に Add 属性を InputAttributes 追加できます。

適用対象

こちらもご覧ください