 | PdfiumFPDFFormControl_IsChecked Method |
Gets whether the Checkbox or Radiobutton is checked.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFFormControl_IsChecked(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_IsChecked (
frmControl As IntPtr
) As Boolean
public:
static bool FPDFFormControl_IsChecked(
IntPtr frmControl
)
static member FPDFFormControl_IsChecked :
frmControl : IntPtr -> bool
public static boolean FPDFFormControl_IsChecked(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_IsChecked = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
BooleanTrue if checkbox or Radiobutton is checked, False otherwise.
See Also