VCDPropertyItems.Count Property

Returns the number of VCDPropertyItems supported by the current video capture device.
Syntax:
Public Count As Long
Limitations:

Run time only, read only.

Remarks:

The Count is used to retrieve the range of the index for the VCDPropertyItems.Item method.

See also: VCDPropertyItems, VCDPropertyItems.Item

<< VCDPropertyItems