ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > MouseIconSet Method |
Sets the cursor icon that will be used when the user passes the mouse over an icon or a specific resize-handle of an icon.
MouseIconSet(CursorType As enumIGArtCursorType, newVal As
IPictureDisp)
Name | Description |
---|---|
CursorType | One of the enumIGArtCursorType Enumeration values - the icon for this cursor type will be replaced. |
newVal | Must be an icon-type OLE IPicture. The ART component will use this icon for the specified cursor type from now on. |
None
N/A
None