PDFView4NET WinForms Edition


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

Property Value

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

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

See Also