共用方式為


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 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

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
屬性

欄位

名稱 Description
NotSet -1

預設值。 若值為 NotSet,則字型屬性繼承自控制項的樣式,或若樣式未定義,則繼承自控制項的父控制項。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

False 0

指定的風格不會被套用。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

True 1

會依照指定的風格進行。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

備註

BooleanOption 舉代表一種風格的狀態。 在 ASP.NET 中, Font-BoldFont-Italic 屬性會進行 BooleanOption 列舉。

適用於

另請參閱