InkOverlay.DoubleClick event

Occurs when the InkCollector or InkOverlay object is double-clicked.

Syntax

void DoubleClick(
  [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

This event method is defined in the _IInkCollectorEvents, _IInkOverlayEvents, and _IInkPictureEvents dispatch-only interfaces (dispinterfaces) with an ID 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

InkOverlay Class