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 |
---|
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 |