Click or drag to resize

KryptonGroupPanel Constructor

Initialize a new instance of the KryptonGroupPanel 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 KryptonGroupPanel(
	Control alignControl,
	PaletteDoubleRedirect stateCommon,
	PaletteDouble stateDisabled,
	PaletteDouble stateNormal,
	NeedPaintHandler layoutHandler
)

Parameters

alignControl
Type: System.Windows.FormsControl
Container control for alignment.
stateCommon
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteDoubleRedirect
Common appearance state to inherit from.
stateDisabled
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteDouble
Disabled appearance state.
stateNormal
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteDouble
Normal appearance state.
layoutHandler
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Callback delegate for layout processing.
See Also