IInkEdit::get_MouseIcon method (inked.h)

Gets or sets the custom mouse icon for the InkEdit control.

This property is read/write.

Syntax

HRESULT get_MouseIcon(
  IPictureDisp **MouseIcon
);

Parameters

MouseIcon

Return value

None

Remarks

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 inked.h
Library InkEd.dll

See also

IInkEdit

InkEdit