Click or drag to resize

KryptonPaletteControl Constructor

Initialize a new instance of the KryptonPaletteControl 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 KryptonPaletteControl(
	PaletteRedirect redirect,
	PaletteBackStyle backStyle,
	PaletteBorderStyle borderStyle,
	NeedPaintHandler needPaint
)

Parameters

redirect  PaletteRedirect
Redirector to inherit values from.
backStyle  PaletteBackStyle
Background style.
borderStyle  PaletteBorderStyle
Border style.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also