Click or drag to resize

PaletteRedirectRibbonBackSetRedirectStates Method (IPaletteRibbonBack, IPaletteRibbonBack)

Set the redirection states.

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 void SetRedirectStates(
	IPaletteRibbonBack disabledBack,
	IPaletteRibbonBack normalBack
)

Parameters

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