CheckBox.InputAttributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
プロパティ値
CheckBox コントロールの表示 INPUT 要素に追加される属性の名前と値のコレクション。 既定値は空の AttributeCollection です。
- 属性
注釈
コントロールは CheckBox 、HTML INPUT 要素を使用してレンダリングおよび表示されます。 プロパティのメソッドを使用して、レンダリングされた INPUT 要素に Add 属性を InputAttributes 追加できます。