CheckBox.LabelAttributes Özellik

Tanım

Denetimin işlenmiş LABEL öğesi için öznitelik koleksiyonuna CheckBox başvuru alır.

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

Özellik Değeri

AttributeCollection

için CheckBoxişlenen LABEL öğesine eklenen öznitelik adları ve değerleri koleksiyonu. Varsayılan değer boş AttributeCollectionbir değeridir.

Öznitelikler

Açıklamalar

Denetimin Text CheckBox özelliği bir HTML LABEL öğesi kullanılarak işlenir ve görüntülenir. özelliğindeki yöntemini LabelAttributes kullanarak Add işlenen LABEL öğesine ek öznitelikler ekleyebilirsiniz.

Şunlara uygulanır

Ayrıca bkz.