Title

This property returns and sets the title of the application that is displayed in the Windows CE Task List. If changed at run time, changes are not saved with the application.

Syntax

object.Title [= value]

Parameters

object
Object expression that evaluates to an App object.
value
String expression that specifies the title of the application. The maximum length of value is 40 characters. In double-byte character set (DBCS) 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.