DialogTitle

This property returns and sets a string displayed in the title bar of a dialog box.

Syntax

object.DialogTitle [= title]

Parameters

object
Object expression that evaluates to a CommonDialog control.
title
String expression that specifies the name of a dialog box.

Remarks

Use this property to display the name of the dialog box in the title bar.

The CommonDialog control ignores the setting of the DialogTitle property when displaying the Color, Font, or Print dialog boxes.

The default title for an Open dialog box is Open; the default title for a Save As dialog box is Save As.