Share via


MouseLeave Event

MouseLeave Event

Occurs when the mouse pointer leaves the InkPicture control.

Declaration

[C++]

void MouseLeave();

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_IPEMouseLeave.

Applies To