 | PdfiumFORM_GetFocusedText Method |
Return the text of the widget that is currently processing the input queue.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FORM_GetFocusedText(
IntPtr form_handle
)
Public Shared Function FORM_GetFocusedText (
form_handle As IntPtr
) As String
public:
static String^ FORM_GetFocusedText(
IntPtr form_handle
)
static member FORM_GetFocusedText :
form_handle : IntPtr -> string
public static String FORM_GetFocusedText(
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_GetFocusedText = function(form_handle);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
Return Value
StringWidget text. An empty string if there is no widget that has input focus, or if the widget does not contain text.
RemarksApplicable only to input field widgets.
See Also