BooleanOption Wyliczenie

Definicja

Przestroga

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.

Określa opcję stylu. Klasa ta nie może być dziedziczona. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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
Dziedziczenie
BooleanOption
Atrybuty

Pola

False 0

Określony styl nie zostanie zastosowany. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

NotSet -1

Wartość domyślna. Jeśli wartość to NotSet, atrybuty czcionki są dziedziczone ze stylu kontrolki lub, jeśli styl nie jest zdefiniowany, z kontrolki nadrzędnej kontrolki. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

True 1

Zostanie zastosowany określony styl. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z ASP.NET).

Uwagi

Wyliczenie BooleanOption reprezentuje stan stylu. W ASP.NET Font-Bold atrybuty lub Font-Italic przyjmują BooleanOption wyliczenie.

Dotyczy

Zobacz też