Enum MouseAction
Indicates the Mouse action.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public enum MouseAction
Fields
Name | Description |
---|---|
LBtnDblClk | Specifies whether the double click. |
LBtnDown | Specifies whether the left mouse button down. |
LBtnUp | Specifies whether the left mouse button up. |
MouseLeave | Specifies whether the mouse leave. |
MouseMove | Specifies whether the mouse move. |
RBtnDown | Specifies whether the Right mouse button down. |
RBtnUp | Specifies whether the Right mouse button up. |