Dialog Object Members

Word Developer Reference

Represents a built-in dialog box. The Dialog object is a member of the Dialogs collection. The Dialogs collection contains all the built-in dialog boxes in Word. You cannot create a new built-in dialog box or add one to the Dialogs collection.

Methods

  Name Description
Bb257522.methods(en-us,office.12).gif Display Displays the specified built-in Word dialog box until either the user closes it or the specified amount of time has passed. Returns a Long that indicates which button was clicked to close the dialog box.
Bb257522.methods(en-us,office.12).gif Execute Applies the current settings of a Microsoft Office Word dialog box.
Bb257522.methods(en-us,office.12).gif Show Displays and carries out actions initiated in the specified built-in Word dialog box. Returns a Long that indicates which button was clicked to close the dialog box.
Bb257522.methods(en-us,office.12).gif Update Updates the values shown in a built-in Microsoft Word dialog box.

Properties

  Name Description
Bb257522.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257522.properties(en-us,office.12).gif CommandBarId Returns a Long that represents the toolbar control id for a built-in Microsoft Office Word dialog box. Read-only.
Bb257522.properties(en-us,office.12).gif CommandName Returns the name of the procedure that displays the specified built-in dialog box. Read-only String.
Bb257522.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257522.properties(en-us,office.12).gif DefaultTab Returns or sets the active tab when the specified dialog box is displayed. Read/write WdWordDialogTab.
Bb257522.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified Dialog object.
Bb257522.properties(en-us,office.12).gif Type Returns the type of built-in Microsoft Word dialog box. Read-only WdWordDialog.