[This is preliminary documentation and is subject to change.]
A "hack" enum used to provide tri-state checkbox functionality in some systems, i.e. HTML checkmarks
do not understand "nulls". This is a surrogate type not used in server-side programming
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unspecified | 0 | ||
| False | 1 | ||
| True | 2 |
See Also