Click or drag to resize

ViewDrawWorkspaceSeparatorSeparatorMoving Method

Indicates the separator is moving.

Namespace: Internal.ComponentFactory.Krypton.Workspace
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool SeparatorMoving(
	Point mouse,
	Point splitter
)

Parameters

mouse  Point
Current mouse position in client area.
splitter  Point
Current position of the splitter.

Return Value

Boolean
True if movement should be cancelled; otherwise false.

Implements

ISeparatorSourceSeparatorMoving(Point, Point)
See Also