Click or drag to resize

PaletteGroupBoxRedirect(PaletteRedirect, PaletteRedirect, NeedPaintHandler) Constructor

Initialize a new instance of the PaletteGroupBoxRedirect 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 PaletteGroupBoxRedirect(
	PaletteRedirect redirectDouble,
	PaletteRedirect redirectContent,
	NeedPaintHandler needPaint
)

Parameters

redirectDouble  PaletteRedirect
Inheritence redirection for group border/background.
redirectContent  PaletteRedirect
Inheritence redirection for group header.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also