Click or drag to resize

PaletteHeaderGroup Constructor

Initialize a new instance of the PaletteHeaderGroup 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 PaletteHeaderGroup(
	PaletteHeaderGroupRedirect inheritHeaderGroup,
	PaletteHeaderPaddingRedirect inheritHeaderPrimary,
	PaletteHeaderPaddingRedirect inheritHeaderSecondary,
	NeedPaintHandler needPaint
)

Parameters

inheritHeaderGroup
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteHeaderGroupRedirect
Source for inheriting palette defaulted values.
inheritHeaderPrimary
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteHeaderPaddingRedirect
Source for inheriting primary header defaulted values.
inheritHeaderSecondary
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteHeaderPaddingRedirect
Source for inheriting secondary header defaulted values.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.
See Also