 | PdfViewerInternalSetCursor Method |
Sets the cursor that is displayed when the mouse pointer is over the control.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.100.2704
Syntaxprotected virtual void InternalSetCursor(
CursorTypes cursor
)
Protected Overridable Sub InternalSetCursor (
cursor As CursorTypes
)
protected:
virtual void InternalSetCursor(
CursorTypes cursor
)
abstract InternalSetCursor :
cursor : CursorTypes -> unit
override InternalSetCursor :
cursor : CursorTypes -> unit protected void InternalSetCursor(
CursorTypes cursor
)
function InternalSetCursor(cursor);
Parameters
- cursor CursorTypes
- A CursorTypes that represents the cursor to display when the mouse pointer is over the control.
RemarksYou can override this method to change the logic of cursor setting in the control.
See Also