property MsgBox.FitTitle as Boolean
Specifies whether the MessageBox or InputBox ensures that its title/caption fits the dialog's title.

TypeDescription
Boolean A Boolean expression that specifies whether the MessageBox or InputBox ensures that its title/caption fits the dialog's title.
By default, the FitTitle property is False. Change the FitTitle property on True, to ensure that the dialog's title fit entirely the window. The Title parameter of the Out/Input method indicates the caption to be displayed on the dialog's title.

The following screen shot shows the message-box with the FitTitle property on False:

The following screen shot shows the message-box with the FitTitle property on True: