Class MouseAction
Indicates the Mouse action.
Inheritance
System.Object
MouseAction
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class MouseAction : Enum
Fields
LBtnDblClk
Specifies whether the double click.
Declaration
public const MouseAction LBtnDblClk
Field Value
| Type |
|---|
| MouseAction |
LBtnDown
Specifies whether the left mouse button down.
Declaration
public const MouseAction LBtnDown
Field Value
| Type |
|---|
| MouseAction |
LBtnUp
Specifies whether the left mouse button up.
Declaration
public const MouseAction LBtnUp
Field Value
| Type |
|---|
| MouseAction |
MouseLeave
Specifies whether the mouse leave.
Declaration
public const MouseAction MouseLeave
Field Value
| Type |
|---|
| MouseAction |
MouseMove
Specifies whether the mouse move.
Declaration
public const MouseAction MouseMove
Field Value
| Type |
|---|
| MouseAction |
RBtnDown
Specifies whether the Right mouse button down.
Declaration
public const MouseAction RBtnDown
Field Value
| Type |
|---|
| MouseAction |
RBtnUp
Specifies whether the Right mouse button up.
Declaration
public const MouseAction RBtnUp
Field Value
| Type |
|---|
| MouseAction |