Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |
|
| Library |
|