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