PdfFieldActions
MouseUp Property
|
Gets or sets the action to be performed when the mouse button is released
inside the fields area.
Namespace:
Spire.Pdf.Actions
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAction MouseUp { get; set; }
Public Property MouseUp As PdfAction
Get
Set
public:
property PdfAction^ MouseUp {
PdfAction^ get ();
void set (PdfAction^ value);
}
member MouseUp : PdfAction with get, set
Property Value
Type:
PdfAction
Adescendant specifying the action to be executed when the mouse button is released inside the field's area.
See Also