CameraCaptureDialog.VideoTypes Property

3/29/2010

Gets or sets the video type.

Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)

Syntax

public CameraCaptureVideoTypes VideoTypes { get; set; }
'Declaration
Public Property VideoTypes As CameraCaptureVideoTypes

Remarks

The default value is CameraCaptureVideoTypes::All.

If the value is not defined in CameraCaptureVideoTypes enumeration, System.ArgumentException is raised.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

CameraCaptureDialog Class
CameraCaptureDialog Members
Microsoft.WindowsMobile.Forms Namespace