Defines a value which can be in one of three states: undefined, true or false.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum ThreeStateEnum |
Visual Basic |
---|
Public Enumeration ThreeStateEnum |
Members
Member name | Description | |
---|---|---|
Undefined | The value is undefined. | |
True | The value is true. | |
False | The value is false. |