Blazor

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

    Show / Hide Table of Contents

    Class ContextMenuAction

    Enum unit for ContextMenu Actions

    Inheritance
    System.Object
    ContextMenuAction
    Namespace: Syncfusion.Blazor.PdfViewer
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ContextMenuAction : Enum

    Fields

    MouseUp

    Represents the ContextMenu Actions by MouseUp. It shows the context menu items when mouse up on the annotation added in the PDF Viewer.

    Declaration
    public const ContextMenuAction MouseUp
    Field Value
    Type Description
    ContextMenuAction

    None

    Represents the ContextMenu Actions by None. It doesn't show the context menu items.

    Declaration
    public const ContextMenuAction None
    Field Value
    Type Description
    ContextMenuAction

    RightClick

    Represents the ContextMenu Actions by RightClick. It shows the context menu items when right click on the annotation added in the PDF Viewer.

    Declaration
    public const ContextMenuAction RightClick
    Field Value
    Type Description
    ContextMenuAction

    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