Click or drag to resize

KryptonPanel(PaletteDoubleRedirect, PaletteDouble, PaletteDouble) Constructor

Initialize a new instance of the KryptonPanel class.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public KryptonPanel(
	PaletteDoubleRedirect stateCommon,
	PaletteDouble stateDisabled,
	PaletteDouble stateNormal
)

Parameters

stateCommon  PaletteDoubleRedirect
Common appearance state to inherit from.
stateDisabled  PaletteDouble
Disabled appearance state.
stateNormal  PaletteDouble
Normal appearance state.
See Also