Share via


Dialog Members

Include Protected Members
Include Inherited Members

Represents a built-in dialog box.

The Dialog type exposes the following members.

Methods

  Name Description
Public method Display Displays the specified built-in Microsoft Word dialog box until either the user closes it or the specified amount of time has passed. Returns an Integer that indicates which button was clicked to close the dialog box.
Public method Execute Applies the current settings of a Microsoft Word dialog box.
Public method Show Displays and carries out actions initiated in the specified built-in Microsoft Word dialog box. Returns an Integer that indicates which button was clicked to close the dialog box.
Public method Update Updates the values shown in a built-in Microsoft Word dialog box.

Top

Properties

  Name Description
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property CommandBarId Returns the toolbar control id for a built-in Microsoft Office Word dialog box. Read-only.
Public property CommandName Returns the name of the procedure that displays the specified built-in dialog box.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property DefaultTab Returns or sets the active tab when the specified dialog box is displayed.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Type Returns the type of built-in Microsoft Word dialog box.

Top

See Also

Reference

Dialog Interface

Microsoft.Office.Interop.Word Namespace