Click or drag to resize

PaletteRedirectBackSetRedirectStates Method

Set the redirection states.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public virtual void SetRedirectStates(
	IPaletteBack disabled,
	IPaletteBack normal
)

Parameters

disabled
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for disabled state requests.
normal
Type: Internal.ComponentFactory.Krypton.ToolkitIPaletteBack
Redirection for normal state requests.
See Also