Click or drag to resize

KryptonPalettePanel Constructor

Initialize a new instance of the KryptonPalettePanel class.

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 KryptonPalettePanel(
	PaletteRedirect redirect,
	PaletteBackStyle backStyle,
	NeedPaintHandler needPaint
)

Parameters

redirect
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRedirect
Redirector to inherit values from.
backStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBackStyle
Back style.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.
See Also