Click or drag to resize

InheritBool Enumeration

Specifies a boolean that can inherit its value.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.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