Gets or sets the action to be performed when the mouse button is pressed inside the fields area.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfAction MouseDown { get; set; }
Public Property MouseDown As PdfAction
	Get
	Set
public:
property PdfAction^ MouseDown {
	PdfAction^ get ();
	void set (PdfAction^ value);
}
member MouseDown : PdfAction with get, set

Property Value

PdfAction
A descendant specifying the action to be executed when the mouse button is pressed inside the field's area.

See Also