BPCVid.Click

[This is preliminary documentation and subject to change.]

The Click event occurs when the user clicks the Video control with the left or right mouse button.

Syntax

Private Sub object_Click
 

Parameters

object
Object expression that resolves to a BPCVid object.

Remarks

To distinguish between the left, right, and middle mouse buttons, use the 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.DblClick, BPCVid.MouseDown, BPCVid.MouseUp