BooleanOption 열거형

정의

주의

The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.

스타일 옵션을 지정합니다. 이 클래스는 상속될 수 없습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public enum class BooleanOption
public enum BooleanOption
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum BooleanOption
type BooleanOption = 
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type BooleanOption = 
Public Enum BooleanOption
상속
BooleanOption
특성

필드

False 0

지정된 스타일이 적용되지 않습니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

NotSet -1

기본값. 값이 NotSet이면 컨트롤의 스타일에서 글꼴 특성이 상속되고, 컨트롤의 스타일이 정의되어 있지 않으면 부모 컨트롤에서 상속됩니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

True 1

지정된 스타일이 적용됩니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

설명

BooleanOption 열거형 스타일의 상태를 나타냅니다. Asp.net에서는 합니다 Font-Bold 또는 Font-Italic 특성 사용을 BooleanOption 열거형입니다.

적용 대상

추가 정보