mouseLinkCursor

Change the mouse cursor shown over links.
[write-only property] mouseLinkCursor([in] IPicture *cursor)
This property sets the icon (a Picture object) used as the mouse pointer when the mouse is over a hyperlink.

Setting mouseLinkCursor to Nothing will reset the over-link cursor back to its default.

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.mouseLinkCursor = LoadResPicture(102, vbResIcon)
mouseCursor
mouseCursor2
mouseLinkCursor2