BooleanOption Enumeration

Definition

Achtung

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.

Gibt eine Formatoption an. Diese Klasse kann nicht vererbt werden. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit 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
Vererbung
BooleanOption
Attribute

Felder

False 0

Das angegebene Format wird nicht angewendet. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

NotSet -1

Standardwert. Wenn der Wert NotSet ist, werden die Schriftartattribute vom Format des Steuerelements vererbt. Wenn kein Format definiert ist, werden sie vom übergeordneten Element des Steuerelements vererbt. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

True 1

Das angegebene Format wird angewendet. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

Hinweise

Die BooleanOption Enumeration stellt den Zustand einer Formatvorlage dar. In ASP.NET nehmen die Font-Bold Attribute oder Font-Italic eine Enumeration an BooleanOption .

Gilt für:

Weitere Informationen