Partager via


CheckBox.LabelAttributes Propriété

Définition

Obtient une référence à la collection d'attributs de l'élément LABEL rendu du contrôle CheckBox.

public:
 property System::Web::UI::AttributeCollection ^ LabelAttributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection LabelAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LabelAttributes : System.Web.UI.AttributeCollection
Public ReadOnly Property LabelAttributes As AttributeCollection

Valeur de propriété

AttributeCollection

Collection de noms et de valeurs d'attribut ajoutés à l'élément LABEL rendu du CheckBox. La valeur par défaut correspond à une AttributeCollection vide.

Attributs

Remarques

La Text propriété d’un CheckBox contrôle est affichée et affichée à l’aide d’un élément HTML LABEL. Vous pouvez ajouter des attributs supplémentaires à l’élément LABEL rendu à l’aide de la Add méthode sur la LabelAttributes propriété.

S’applique à

Voir aussi