Click or drag to resize

PaletteFormRedirect Constructor (PaletteRedirect, PaletteRedirect, NeedPaintHandler, KryptonForm)

Initialize a new instance of the PaletteFormRedirect 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 PaletteFormRedirect(
	PaletteRedirect redirectForm,
	PaletteRedirect redirectHeader,
	NeedPaintHandler needPaint,
	KryptonForm form
)

Parameters

redirectForm
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRedirect
Inheritence redirection for form group.
redirectHeader
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRedirect
Inheritence redirection for header.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.
form
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonForm
See Also