Click or drag to resize

ButtonSpecManagerBaseCreateButtonSpecRemap Method

Create a palette redirector for remapping button spec colors.

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 virtual PaletteRedirect CreateButtonSpecRemap(
	PaletteRedirect redirector,
	ButtonSpec buttonSpec
)

Parameters

redirector
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRedirect
Base palette class.
buttonSpec
Type: Internal.ComponentFactory.Krypton.ToolkitButtonSpec
ButtonSpec instance.

Return Value

Type: PaletteRedirect
Palette redirector for the button spec instance.
See Also