Value of an inheritable boolean.

Namespace:  ZettaCube.ZeeControls
Assembly:  ZettaCube.ZeeControls (in ZettaCube.ZeeControls.dll)

Syntax

C#
public enum InheritBoolEnum
Visual Basic (Declaration)
Public Enumeration InheritBoolEnum

Members

Member nameDescription
False
Value is false.
True
Value is true.
Inherit
Value is inherited.

See Also