InkEdit.MouseIcon property

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

This property is read/write.

Syntax


HRESULT put_MouseIcon(
  [in]          IPictureDisp *MouseIcon
);

HRESULT get_MouseIcon(
  [out, retval] IPictureDisp **MouseIcon
);

Property value

The custom mouse icon. The default value is NULL.

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

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

Library

InkEd.dll

See also

InkEdit

 

 

Show: