WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum MouseAction

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved