Click or drag to resize

IMouseControllerMouseLeave Method

Mouse has left the view.

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#
void MouseLeave(
	Control c,
	ViewBase next
)

Parameters

c
Type: System.Windows.FormsControl
Reference to the source control instance.
next
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Reference to view that is next to have the mouse.
See Also