PdfStyledFieldWidget
LostFocus Property
|
Gets or sets the action to be performed when the annotation loses the
input focus.
Namespace:
Spire.Pdf.Widget
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAction LostFocus { get; set; }
Public Property LostFocus As PdfAction
Get
Set
public:
property PdfAction^ LostFocus {
PdfAction^ get ();
void set (PdfAction^ value);
}
member LostFocus : PdfAction with get, set
Property Value
Type:
PdfAction
The lost focus action.
See Also