KryptonGroupPanel Constructor |
Initialize a new instance of the KryptonGroupPanel class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonGroupPanel(
Control alignControl,
PaletteDoubleRedirect stateCommon,
PaletteDouble stateDisabled,
PaletteDouble stateNormal,
NeedPaintHandler layoutHandler
)
Parameters
- alignControl Control
- Container control for alignment.
- stateCommon PaletteDoubleRedirect
- Common appearance state to inherit from.
- stateDisabled PaletteDouble
- Disabled appearance state.
- stateNormal PaletteDouble
- Normal appearance state.
- layoutHandler NeedPaintHandler
- Callback delegate for layout processing.
See Also