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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PaletteElementColorInheritOverride(
	IPaletteElementColor primary,
	IPaletteElementColor backup
)

Parameters

primary
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteElementColor
First choice inheritence.
backup
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteElementColor
Backup inheritence.
See Also