Click or drag to resize

IMouseController Interface

Interface for processing mouse notifications.

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 interface IMouseController

The IMouseController type exposes the following members.

Properties
  NameDescription
Public propertyIgnoreVisualFormLeftButtonDown
Should the left mouse down be ignored when present on a visual form border area.
Top
Methods
  NameDescription
Public methodDoubleClick
Left mouse button double click.
Public methodMouseDown
Mouse button has been pressed in the view.
Public methodMouseEnter
Mouse has entered the view.
Public methodMouseLeave
Mouse has left the view.
Public methodMouseMove
Mouse has moved inside the view.
Public methodMouseUp
Mouse button has been released in the view.
Top
See Also