CheckBox.InputAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the collection of attributes for the rendered input element of the CheckBox control.
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
Property Value
The collection of attribute names and values that are added to the rendered INPUT element for the CheckBox control. The default is an empty AttributeCollection.
- Attributes
Remarks
The CheckBox control is rendered and displayed using an HTML INPUT element. You can add additional attributes to the rendered INPUT element using the Add method on the InputAttributes property.