property MsgBox.Font as IFontDisp
Retrieves or sets the control's font.

TypeDescription
IFontDisp A Font object being used to display the message box as well the input box.
By default, the Font property is Arial, 8. The Out method to displays a message in a dialog box, waits for the user to click a button, and then returns an integer indicating which button the user clicked. The Input property displays a prompt in a dialog box, waits for the user to input text or click a button, and then returns a string containing the contents of the text box.