CheckBox.InputAttributes Property
.NET Framework 3.0
Gets a reference to the collection of attributes for the rendered input element of the CheckBox control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public AttributeCollection get_InputAttributes ()
public function get InputAttributes () : AttributeCollection
Not applicable.
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.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.
Community Additions
ADD
Show: