Click or drag to resize

PaletteSplitContainerRedirect Constructor

Initialize a new instance of the PaletteSplitContainerRedirect 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 PaletteSplitContainerRedirect(
	PaletteRedirect redirect,
	PaletteBackStyle backContainerStyle,
	PaletteBorderStyle borderContainerStyle,
	PaletteBackStyle backSeparatorStyle,
	PaletteBorderStyle borderSeparatorStyle,
	NeedPaintHandler needPaint
)

Parameters

redirect
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRedirect
Inheritence redirection instance.
backContainerStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBackStyle
Initial split container background style.
borderContainerStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBorderStyle
Initial split container border style.
backSeparatorStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBackStyle
Initial separator background style.
borderSeparatorStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBorderStyle
Initial separator border style.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.
See Also