MobileControl.EnableTheming 속성

정의

이 컨트롤에 테마를 적용할지 여부를 나타내는 값을 가져옵니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile 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됩니다.

적용 대상

추가 정보