Click or drag to resize

PaletteElementColorInheritRedirect Constructor

Initialize a new instance of the PaletteElementColorInheritRedirect 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 PaletteElementColorInheritRedirect(
	PaletteRedirect redirect,
	PaletteElement element
)

Parameters

redirect
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRedirect
Source for inherit requests.
element
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteElement
Element value..
See Also