CheckBox.LabelAttributes Property
.NET Framework 3.0
Gets a reference to the collection of attributes for the rendered LABEL 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_LabelAttributes ()
public function get LabelAttributes () : AttributeCollection
Not applicable.
Property Value
The collection of attribute names and values that are added to the rendered LABEL element for the CheckBox. The default is an empty AttributeCollection.Community Additions
ADD
Show: