PdfStyledFieldWidget
MouseEnter Property
|
Gets or sets the action to be performed when the mouse button is enter
inside the annotations active area..
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAction MouseEnter { get; set; }
Public Property MouseEnter As PdfAction
Get
Set
public:
property PdfAction^ MouseEnter {
PdfAction^ get ();
void set (PdfAction^ value);
}
member MouseEnter : PdfAction with get, set
Property Value
Type:
PdfAction
The mouse enter action.
See Also