Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Gets or sets the title of the Camera Capture dialog box.

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

Syntax

Remarks

If NULL, a default title is displayed. The default title is "Camera".

On Windows Mobile Standard, the first time the user enters the Camera View, the title bar displays the text specified with the CameraCaptureDialog.Title property.

On Windows Mobile Classic, the title bar should be the name of the calling application. However, the settings header text displays the text specified with the CameraCaptureDialog.Title property.


Thread Safety

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

See Also