Click or drag to resize

FFI_SetCursorCallback Delegate

Set the Cursor shape

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void FFI_SetCursorCallback(
	FPDF_FORMFILLINFO pThis,
	CursorTypes nCursorType
)

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself.
nCursorType  CursorTypes
Cursor type. see Flags for Cursor type for the details.
Remarks
Required: Yes.
See Also