PaletteGroupBoxRedirect(PaletteRedirect, PaletteRedirect, NeedPaintHandler) Constructor |
Initialize a new instance of the PaletteGroupBoxRedirect class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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