IInkCollector::get_MouseIcon method (msinkaut.h)

Gets or sets the custom mouse icon.

This property is read/write.

Syntax

HRESULT get_MouseIcon(
  IPictureDisp **MouseIcon
);

Parameters

MouseIcon

Return value

None

Remarks

The [propputref] function can accept a NULL reference, in which case S_OK is returned.

This property provides a custom icon that is used when the MousePointer property is set to IMP_Custom.

You can use the MouseIcon property to load either cursor or icon files. The MouseIcon property provides your application with access to custom cursors of any size with any desired hot spot location.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkCollector

InkCollector Class

MousePointer Property