ComponentOne TileControl for WinForms
ThreeStateBoolean Enumeration

C1.Win.C1TileControl.4 Assembly > C1.Win.C1Tile Namespace : ThreeStateBoolean Enumeration
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

Reference

C1.Win.C1Tile Namespace