InkPicture.MouseEnter event

Occurs when the mouse pointer enters the InkPicture control.

Syntax

void MouseEnter();

Parameters

This event has no parameters.

Return value

This event does not return a value.

Remarks

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

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Msinkaut.h (also requires Msinkaut_i.c)
Library
InkObj.dll

See also

InkPicture