DekGenius.com
[ Team LiB ] Previous Section Next Section

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}

    [ Team LiB ] Previous Section Next Section