PDFView4NET WinForms Edition


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

Property Value

The action to be executed when the mouse leaves the annotation rectangle.
Requirements

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

See Also