ICImagingControl.DeviceValid Property

Returns True when a device is open and valid, otherwise False.
Syntax:
Public DeviceValid As Boolean
Limitations:

Run time only, read only.

Remarks:

Since the video capture device can become invalid at any time, this property should be checked whether it returns True before performing an action on the ICImagingControl.

See also: ICImagingControl, ICImagingControl.Device

<< ICImagingControl