Skip to main content
All docs
V26.1
  • WidgetAnnotationActions.MouseButtonPressed Property

    Gets or sets the action performed when a mouse button is pressed while the cursor is over the annotation.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public AnnotationAction MouseButtonPressed { get; set; }

    Property Value

    Type Description
    AnnotationAction

    The action performed when a mouse button is pressed while the cursor is over the annotation.

    See Also