Click or drag to resize

InheritBool Enumeration

Specifies a boolean that can inherit its value.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public enum InheritBool
Members
  Member nameValueDescription
Inherit0 Specifies the value should be inherited.
True1 Specifies a boolean true.
False2 Specifies a boolean false.
See Also