다음을 통해 공유


Control.EnableTheming 속성

정의

이 컨트롤에 테마를 적용할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool EnableTheming { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public virtual bool EnableTheming { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.EnableTheming : bool with get, set
Public Overridable Property EnableTheming As Boolean

속성 값

테마를 사용하려면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

예외

Page_PreInit 이벤트가 이미 발생한 경우

또는

컨트롤이 Controls 컬렉션에 이미 추가된 경우

설명

EnableTheming 속성을 지정 된 컨트롤에 대 한 테마를 사용할 수 있는지 여부를 나타냅니다. 경우는 EnableTheming 속성은 true를 적용할 컨트롤 스킨에 대 한 애플리케이션의 테마 디렉터리를 검색 합니다. 테마 디렉터리에 특정 컨트롤 스킨이 스킨 적용 되지 않습니다.

속성이 이 EnableThemingfalse테마 디렉터리를 검색하지 않고 속성의 SkinID 콘텐츠를 사용하지 않습니다.

페이지, 컨테이너 또는 컨트롤 수준에서 테마를 사용할 수 있습니다. 컨트롤을 재정의할 수는 EnableTheming 포함 하는 페이지 또는 해당 부모 컨트롤에 의해 값이 설정 합니다.

적용 대상

추가 정보