IMouseController Interface |
Namespace: Internal.ComponentFactory.Krypton.Toolkit
public interface IMouseController
The IMouseController type exposes the following members.
Name | Description | |
---|---|---|
IgnoreVisualFormLeftButtonDown |
Should the left mouse down be ignored when present on a visual form border area.
|
Name | Description | |
---|---|---|
DoubleClick |
Left mouse button double click.
| |
MouseDown |
Mouse button has been pressed in the view.
| |
MouseEnter |
Mouse has entered the view.
| |
MouseLeave |
Mouse has left the view.
| |
MouseMove |
Mouse has moved inside the view.
| |
MouseUp |
Mouse button has been released in the view.
|