Returns or sets the title of the application that is displayed in the Microsoft Windows Task List. If changed at run time, changes aren't saved with the application.
Syntax
object.Title [= value]
The Title property syntax has these parts:
Part | Description |
Object | An object expression that evaluates to an object in the Applies To list. |
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.