CheckBox.LabelAttributes Property
.NET Framework (current version)
Gets a reference to the collection of attributes for the rendered LABEL element of the CheckBox control.
Assembly: System.Web (in System.Web.dll)
<BrowsableAttribute(False)> Public ReadOnly Property LabelAttributes As AttributeCollection
Property Value
Type: System.Web.UI.AttributeCollectionThe collection of attribute names and values that are added to the rendered LABEL element for the CheckBox. The default is an empty AttributeCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: