Click or drag to resize

PaletteRedirectTripleSetRedirectStates Method (IPaletteTriple, IPaletteTriple)

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(
	IPaletteTriple disabled,
	IPaletteTriple normal
)

Parameters

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