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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public SeparatorController(
	ISeparatorSource source,
	ViewBase target,
	bool splitCursors,
	bool drawIndicator,
	NeedPaintHandler needPaint
)

Parameters

source  ISeparatorSource
Source of separator information.
target  ViewBase
Target for state changes.
splitCursors  Boolean
Show as split or movement cursors.
drawIndicator  Boolean
Draw a separator indicator.
needPaint  NeedPaintHandler
Delegate for notifying paint requests.
See Also