 | FFI_SetCursorCallback Delegate |
Set the Cursor shape
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic delegate void FFI_SetCursorCallback(
FPDF_FORMFILLINFO pThis,
CursorTypes nCursorType
)
Public Delegate Sub FFI_SetCursorCallback (
pThis As FPDF_FORMFILLINFO,
nCursorType As CursorTypes
)
public delegate void FFI_SetCursorCallback(
FPDF_FORMFILLINFO^ pThis,
CursorTypes nCursorType
)
type FFI_SetCursorCallback =
delegate of
pThis : FPDF_FORMFILLINFO *
nCursorType : CursorTypes -> unit
/** @delegate */
public delegate void FFI_SetCursorCallback(
FPDF_FORMFILLINFO pThis,
CursorTypes nCursorType
)
function(pThis, nCursorType);
Parameters
- pThis FPDF_FORMFILLINFO
- Pointer to the interface structure itself.
- nCursorType CursorTypes
- Cursor type. see Flags for Cursor type for the details.
RemarksRequired: Yes.
See Also