BooleanOption

BooleanOptionserializable

System.Web.UI.MobileControls (system.web.mobile.dll)enum

The BooleanOption values are used to set style options (predominantly, the FontInfo.Bold and FontInfo.Italic properties used with mobile controls). If you use the value NotSet, the font attributes are inherited from the control's style or, if the style is not defined, from the control's parent control.

public enum BooleanOption {
   False = 0,
   True = 1,
   NotSet = -1
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) BooleanOption

Returned By

FontInfo.{Bold, Italic}

Passed To

FontInfo.{Bold, Italic}



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace