InkPicture.DblClick event

Occurs when the InkPicture control is double-clicked.

Syntax

void DblClick(
  [in, out] VARIANT_BOOL *Cancel
);

Parameters

Cancel [in, out]

Whether the event should be canceled for the parent control.

Return value

This event does not return a value.

Remarks

Note

To distinguish between the left, right, and middle mouse buttons, use the MouseDown and MouseUp events. If there is code in the Click event, the DblClick event will never trigger.

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

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