PDF .NET Library Documentation - PDF Technologies, Inc.
An action to be performed when the PDF control receives the input focus.

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFAction OnSetFocus { get; set; }
Visual Basic (Declaration)
Public Property OnSetFocus As PDFAction
Visual C++
public:
property PDFAction^ OnSetFocus {
	PDFAction^ get ();
	void set (PDFAction^ value);
}

See Also