_IMSVidCtlEvents::DblClick

 
Microsoft DirectShow 9.0

_IMSVidCtlEvents::DblClick

This topic applies to Windows XP or later.

The DblClick method is called when a user double-clicks on the Video Control's rectangle.

Syntax

  void DblClick();

Parameters

This method takes no parameters.

Return Values

This method does not return a value.

Remarks

The dispatch identifier (dispid) of this method is DISPID_DBLCLICK.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also