 | PdfiumFPDFFormControl_GetRolloverIcon Method |
Get the widget annotation’s rollover icon, displayed when the user rolls the cursor into its active area without pressing the mouse button.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFFormControl_GetRolloverIcon(
IntPtr frmControl
)
Public Shared Function FPDFFormControl_GetRolloverIcon (
frmControl As IntPtr
) As IntPtr
public:
static IntPtr FPDFFormControl_GetRolloverIcon(
IntPtr frmControl
)
static member FPDFFormControl_GetRolloverIcon :
frmControl : IntPtr -> IntPtr
public static IntPtr FPDFFormControl_GetRolloverIcon(
IntPtr frmControl
)
Patagames.Pdf.Pdfium.FPDFFormControl_GetRolloverIcon = function(frmControl);
Parameters
- frmControl IntPtr
- Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
Return Value
IntPtrHandle to a stream containing the icon.
See Also