CameraCaptureDialog.Title Property

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

public string Title { get; set; }
'Declaration
Public Property Title As String

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 (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