ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / ThreeStateBoolean Enumeration

In This Topic
    ThreeStateBoolean Enumeration
    In This Topic
    Defines a boolean type with an additional state which indicates that the value is not stored here.
    Syntax
    'Declaration
     
    
    Public Enum ThreeStateBoolean 
       Inherits System.Enum
    public enum ThreeStateBoolean : System.Enum 
    Members
    MemberDescription
    DefaultThe value is not explicitly specified.
    FalseCorresponds to Boolean false.
    TrueCorresponds to Boolean true.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Tile.ThreeStateBoolean

    See Also