menu

Blazor

  • Code Examples
  • 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.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.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
    ContextMenuAction

    None

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

    Declaration
    public const ContextMenuAction None
    Field Value
    Type
    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
    ContextMenuAction
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved