mouseCursor

Change the mouse cursor.
[write-only property] mouseCursor([in] IPicture *cursor)
This property sets the icon (a Picture object) used as the mouse pointer.

Setting mouseCursor to Nothing will reset XpdfViewer back to its default mouse cursors.

Note: setting the mouseCursor property sets both the normal and link cursors, so make sure to set call mouseCursor first, and mouseLinkCursor second. To set just the normal (non-link) cursor, first set mouseCursor, then set mouseLinkCursor to Nothing.

VB:
viewer.mouseCursor = LoadResPicture(101, vbResIcon)
mouseCursor2
mouseLinkCursor
mouseLinkCursor2