Gets or sets the action to be performed when the field receives the
input focus.
Namespace: Spire.Pdf.ActionsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public PdfAction GotFocus { get; set; }
Public Property GotFocus As PdfAction Get Set
public: property PdfAction^ GotFocus { PdfAction^ get (); void set (PdfAction^ value); }
member GotFocus : PdfAction with get, set
Property Value
PdfActionA descendant specifying the action to be executed when the field receives the input focus.