Dialog Interface 

Represents a built-in dialog box.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ialogImplementation
    Implements Dialog
End Class
Dim ialogImplementation1 As New ialogImplementation()

Syntax

Public Interface Dialog
public interface Dialog
public interface class Dialog
public interface Dialog
public interface Dialog

Remarks

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

Use Dialogs(index), where index is a WdWordDialog constant that identifies the dialog box, to return a single Dialog object.

The WdWordDialog constants are formed from the prefix "wdDialog" followed by the name of the menu and the dialog box. For example, the constant for the Page Setup dialog box is wdDialogFilePageSetup, and the constant for the New dialog box is wdDialogFileNew.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Dialog Members