Enum TriState
Used to specify a tristate boolean with values: true, false, and default.
Namespace: Neon.Common
Assembly: Neon.Common.dll
Syntax
public enum TriState
Fields
Name | Description |
---|---|
Default | Specifies the default behavior. |
False | Specifies |
True | Specifies |