BooleanOption Enumeration
Specifies a style option. This class cannot be inherited. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
| Member name | Description | |
|---|---|---|
| False | The specified style will not be applied. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. | |
| NotSet | Default value. If the value is NotSet, then the font attributes are inherited from the control's style, or, if the style is not defined, from the control's parent control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. | |
| True | The specified style will be applied. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
The BooleanOption enumeration represents the state of a style. In ASP.NET, the Font-Bold or Font-Italic attributes take a BooleanOption enumeration.
Available since 1.1
System.Web.UI.MobileControls Namespace
Introduction to the StyleSheet Control