PDFView4NET WinForms Edition


MouseDown Property
Gets or sets the action that is executed when the mouse is pressed in the annotation rectangle.
Syntax
'Declaration
 
Public Property MouseDown As PDFAction
'Usage
 
Dim instance As PDFAnnotation
Dim value As PDFAction
 
instance.MouseDown = value
 
value = instance.MouseDown
public PDFAction MouseDown {get; set;}

Property Value

The action to be executed when the mouse is pressed in the annotation rectangle.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also