BPCVid.Power

[This is preliminary documentation and subject to change.]

The Power property sets or returns a value that controls whether an external device has power on or not.

Syntax

object.Power [ = bState ]
 

Parts

object
Object expression that resolves to a BPCVid or BPCDeviceBase object.
bState
Boolean that is True if the device is on and False if it is off.

Remarks

This property of the BPCVid object is passed to the current input device. You should set it using the BPCVid object instead of the BPCDeviceBase object. Otherwise, the Video control is not updated, and future behavior is undefined.

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.