다음을 통해 공유


MobileControl.EnableTheming 속성

정의

테마가 이 컨트롤에 적용되는지 여부를 나타내는 값을 가져옵니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NETMobile Apps & 사이트를 참조하세요.

public:
 property bool EnableTheming { bool get(); void set(bool value); };
public override sealed bool EnableTheming { get; set; }
member this.EnableTheming : bool with get, set
Public Overrides NotOverridable Property EnableTheming As Boolean

속성 값

False 모든 경우에 해당합니다.

예외

속성을 설정 EnableTheming 하려고 합니다.

설명

클래스는 MobileControl 테마 지정을 지원하지 않습니다. 속성을 설정 EnableTheming 하려고 하면 예외가 NotSupportedException throw됩니다.

적용 대상

추가 정보