Click or drag to resize

SeparatorController Constructor

Initialize a new instance of the SeparatorController 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 SeparatorController(
	ISeparatorSource source,
	ViewBase target,
	bool splitCursors,
	bool drawIndicator,
	NeedPaintHandler needPaint
)

Parameters

source
Type: Internal.ComponentFactory.Krypton.ToolkitISeparatorSource
Source of separator information.
target
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Target for state changes.
splitCursors
Type: SystemBoolean
Show as split or movement cursors.
drawIndicator
Type: SystemBoolean
Draw a separator indicator.
needPaint
Type: Internal.ComponentFactory.Krypton.ToolkitNeedPaintHandler
Delegate for notifying paint requests.
See Also