Click or drag to resize

PaletteElementColorInheritOverride Constructor

Initialize a new instance of the PaletteElementColorInheritOverride class.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public PaletteElementColorInheritOverride(
	IPaletteElementColor primary,
	IPaletteElementColor backup
)

Parameters

primary  IPaletteElementColor
First choice inheritence.
backup  IPaletteElementColor
Backup inheritence.
See Also