BPCVid.DblClick

[This is preliminary documentation and subject to change.]

The DblClick event occurs when the user double-clicks the Video control.

Syntax

Private Sub object_DblClick
 

Parameters

object
Object expression that resolves to a BPCVid object.

Remarks

To distinguish between the left, right, and middle mouse buttons, use the BPCVid.MouseDown and BPCVid.MouseUp events.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.
  Unicode: Yes.

See Also

BPCVid.Click, BPCVid.MouseDown, BPCVid.MouseUp