Platform SDK: Broadcast Architecture

BPCVid.DblClick

The DblClick event occurs when the user double-clicks the Video control. Visual Basic syntax is shown.

Private Sub object_DblClick

Parts

object
Object expression that resolves to a BPCVid object.

Remarks

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

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.

See Also

BPCVid, BPCVid.Click, BPCVid.MouseDown, BPCVid.MouseUp