Title

Returns or sets the title of the application that is displayed in the Microsoft Windows CE Task List. If changed at run time, changes are not saved with the application.

Syntax

object.Title [= value]

The parts of the Title property syntax are described in the following table.

Part Description
object An object expression that evaluates to an object.
value A string expression specifying the title of the application. The maximum length of value is 40 characters. In DBCS (double-byte character set) systems, this means the maximum length is 40 bytes.

Remarks

This property is available at design time in the dialog box for the Project Properties command on the Project menu.