 | PdfiumFORM_ForceToKillFocus 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.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FORM_ForceToKillFocus(
IntPtr form_handle
)
Public Shared Function FORM_ForceToKillFocus (
form_handle As IntPtr
) As Boolean
public:
static bool FORM_ForceToKillFocus(
IntPtr form_handle
)
static member FORM_ForceToKillFocus :
form_handle : IntPtr -> bool
public static boolean FORM_ForceToKillFocus(
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_ForceToKillFocus = function(form_handle);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
Return Value
BooleanTRUE indicates success; otherwise false.
See Also