 | 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.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.76.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.76.2704
Syntaxpublic bool ForceToKillFocus()
Public Function ForceToKillFocus As Boolean
public:
bool ForceToKillFocus()
member ForceToKillFocus : unit -> bool
public boolean ForceToKillFocus()
function ForceToKillFocus();
Return Value
Type:
BooleanTRUE indicates success; otherwise false.
See Also