BooleanOption Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
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.
Spécifie une option de style. Cette classe ne peut pas être héritée. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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
- Héritage
- Attributs
Champs
False | 0 | Le style spécifié ne sera pas appliqué. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET. |
NotSet | -1 | Valeur par défaut. Si la valeur est NotSet, les attributs de police sont hérités du style du contrôle ; si le style n'est pas défini, ils sont hérités du contrôle parent du contrôle. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET. |
True | 1 | Le style spécifié sera appliqué. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec ASP.NET. |
Remarques
L’énumération BooleanOption représente l’état d’un style. Dans ASP.NET, les Font-Bold
attributs ou Font-Italic
prennent une BooleanOption énumération.