InkEdit.DblClick event

Occurs when the InkEdit control is double-clicked.

Syntax

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

Parameters

Cancel [in, out]

VARIANT_TRUE to cancel the event for the parent control; otherwise, VARIANT_FALSE.

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 _IInkEditEvents interface. The _IInkEditEvents interface implements the IDispatch interface with an identifier of DISPID_IeeDblClick.

Requirements

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

See also

InkEdit