PDFView4NET WPF Edition
MouseEnter Property




O2S.Components.PDFView4NET.Annotations Namespace > PDFAnnotation Class : MouseEnter Property
Gets or sets the action that is executed when the mouse enters the annotation rectangle.
Syntax
'Declaration
 
Public Property MouseEnter As PDFAction
'Usage
 
Dim instance As PDFAnnotation
Dim value As PDFAction
 
instance.MouseEnter = value
 
value = instance.MouseEnter
public PDFAction MouseEnter {get; set;}
public: __property PDFAction* get_MouseEnter();
public: __property void set_MouseEnter( 
   PDFAction* value
);
public:
property PDFAction^ MouseEnter {
   PDFAction^ get();
   void set (    PDFAction^ value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFAnnotation Class
PDFAnnotation Members