Value of an inheritable boolean.
Namespace:
ZettaCube.ZeeControlsAssembly: ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)
Syntax
| C# |
|---|
public enum InheritBoolEnum |
| Visual Basic (Declaration) |
|---|
Public Enumeration InheritBoolEnum |
Members
| Member name | Description | |
|---|---|---|
| False |
Value is false.
| |
| True |
Value is true.
| |
| Inherit |
Value is inherited.
|