 | PdfFormsForceToKillFocus Method |
You can call this member function to force to kill the focus of the form field which got focus.
It would kill the focus on the form field, save the value of form field if it's changed by user.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool ForceToKillFocus()
Public Function ForceToKillFocus As Boolean
public:
bool ForceToKillFocus()
member ForceToKillFocus : unit -> bool
public boolean ForceToKillFocus()
function ForceToKillFocus();
Return Value
BooleanTRUE indicates success; otherwise false.
See Also