KryptonPanel(PaletteDoubleRedirect, PaletteDouble, PaletteDouble) Constructor |
Initialize a new instance of the KryptonPanel class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonPanel(
PaletteDoubleRedirect stateCommon,
PaletteDouble stateDisabled,
PaletteDouble stateNormal
)
Parameters
- stateCommon PaletteDoubleRedirect
- Common appearance state to inherit from.
- stateDisabled PaletteDouble
- Disabled appearance state.
- stateNormal PaletteDouble
- Normal appearance state.
See Also