Click or drag to resize

PaletteRedirectRibbonBack Constructor (IPalette, IPaletteRibbonBack, IPaletteRibbonBack)

Initialize a new instance of the PaletteRedirectRibbonBack 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 PaletteRedirectRibbonBack(
	IPalette target,
	IPaletteRibbonBack disabledBack,
	IPaletteRibbonBack normalBack
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitIPalette
Initial palette target for redirection.
disabledBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Redirection for back disabled state requests.
normalBack
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteRibbonBack
Redirection for back normal state requests.
See Also