CheckBox.LabelAttributes 속성

정의

CheckBox 컨트롤의 렌더링된 LABEL 요소에 대한 특성의 컬렉션에 대한 참조를 가져옵니다.

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

속성 값

AttributeCollection

CheckBox의 렌더링된 LABEL 요소에 추가되는 특성 이름과 값의 컬렉션입니다. 기본값은 빈 AttributeCollection입니다.

특성

설명

Text 컨트롤의 CheckBox 속성은 HTML LABEL 요소를 사용하여 렌더링되고 표시됩니다. 속성의 메서드를 사용하여 Add 렌더링된 LABEL 요소에 LabelAttributes 추가 특성을 추가할 수 있습니다.

적용 대상

추가 정보