Title Property

Property that allows you to get or set the title of the dialog box.

object.Title = new_title
existing_title
= object.Title

Arguments

object

Required.  A variable containing a dialog object created by calling CreateObject or new ActiveXControl.

new_title

Required. A string containing the new title for the dialog box.

existing_title

A variable to receive the existing title of the dialog box.

Remarks
None.

Example
See Title, Position, and Size in VBScript.