PaletteTripleJustImageRedirect(PaletteRedirect, PaletteBackStyle, PaletteBorderStyle, PaletteContentStyle, NeedPaintHandler) Constructor |
Initialize a new instance of the PaletteTripleJustImageRedirect class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic PaletteTripleJustImageRedirect(
PaletteRedirect redirect,
PaletteBackStyle backStyle,
PaletteBorderStyle borderStyle,
PaletteContentStyle contentStyle,
NeedPaintHandler needPaint
)
Parameters
- redirect PaletteRedirect
- Inheritence redirection instance.
- backStyle PaletteBackStyle
- Initial background style.
- borderStyle PaletteBorderStyle
- Initial border style.
- contentStyle PaletteContentStyle
- Initial content style.
- needPaint NeedPaintHandler
- Delegate for notifying paint requests.
See Also