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)
public: [BrowsableAttribute(false)] property AttributeCollection^ LabelAttributes { AttributeCollection^ get(); }
Property Value
Type: System.Web.UI::AttributeCollection^The 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: