Click or drag to resize

PdfViewerInternalSetCursor Method

Sets the cursor that is displayed when the mouse pointer is over the control.

Namespace: Patagames.Pdf.Net.Controls.WinForms
Assembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntax
protected virtual void InternalSetCursor(
	CursorTypes cursor
)

Parameters

cursor  CursorTypes
A CursorTypes that represents the cursor to display when the mouse pointer is over the control.
Remarks
You can override this method to change the logic of cursor setting in the control.
See Also