Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MouseButtons - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MouseButtons

    Returns which mouse button is clicked.

    Inheritance
    System.Object
    MouseButtons
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class MouseButtons : Enum

    Fields

    Left

    Whenever the left button of the mouse is clicked, ‘Left’ is returned.

    Declaration
    public const MouseButtons Left
    Field Value
    Type Description
    MouseButtons

    Middle

    Whenever the mouse wheel is clicked, ‘Middle’ is returned.

    Declaration
    public const MouseButtons Middle
    Field Value
    Type Description
    MouseButtons

    Right

    Whenever the right button of the mouse is clicked, ‘Right’ is returned.

    Declaration
    public const MouseButtons Right
    Field Value
    Type Description
    MouseButtons

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved