[]
        
(Showing Draft Content)

C1.Win.C1Tile.ThreeStateBoolean

ThreeStateBoolean Enum

Defines a boolean type with an additional state which indicates that the value is not stored here.

Namespace: C1.Win.C1Tile
Assembly: C1.Win.C1TileControl.4.8.dll
Syntax
public enum ThreeStateBoolean

Fields

Name Description
Default

The value is not explicitly specified.

False

Corresponds to Boolean false.

True

Corresponds to Boolean true.