PDF .NET Library Documentation - PDF Technologies, Inc.
An action to be performed when the cursor enters the PDF control's active area.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFAction OnMouseEnter { get; set; }
Visual Basic (Declaration)
Public Property OnMouseEnter As PDFAction
Visual C++
public:
property PDFAction^ OnMouseEnter {
	PDFAction^ get ();
	void set (PDFAction^ value);
}

See Also