ISeparatorSourceSeparatorMoving Method |
Indicates the separator is moving.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax bool SeparatorMoving(
Point mouse,
Point splitter
)
Parameters
- mouse
- Type: System.DrawingPoint
Current mouse position in client area. - splitter
- Type: System.DrawingPoint
Current position of the splitter.
Return Value
Type:
BooleanTrue if movement should be cancelled; otherwise false.
See Also