Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.5 KB

inkpicture-mousehover.md

File metadata and controls

55 lines (30 loc) · 1.5 KB
description ms.assetid title ms.topic ms.date
Occurs when the mouse pointer hovers over the InkPicture control.
95a03833-529e-4fca-b8df-ae7edefc8e5e
InkPicture.MouseHover event (Msinkaut.h)
reference
05/31/2018

InkPicture.MouseHover event

Occurs when the mouse pointer hovers over the InkPicture control.

Syntax

void MouseHover();

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 the IDispatch interface with an identifier of DISPID_IPEMouseHover.

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