Click or drag to resize

PaletteForm Constructor

Initialize a new instance of the PaletteForm 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 PaletteForm(
	PaletteFormRedirect inheritForm,
	PaletteTripleMetricRedirect inheritHeader,
	NeedPaintHandler needPaint
)

Parameters

inheritForm
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteFormRedirect
Source for inheriting palette defaulted values.
inheritHeader
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteTripleMetricRedirect
Source for inheriting header defaulted values.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.
See Also