Share via


MouseHover Event

MouseHover Event

Occurs when the mouse pointer hovers over the InkPicture control.

Declaration

[C++]

void MouseHover();

Parameters

This event takes no parameters.

Remarks

This event method is defined in the _IInkPictureEvents interface. The _IInkPictureEvents interface implements the IDispatch Leave Site interface with an identifier of DISPID_IPEMouseHover.

Applies To