Dialogs Interface 

A collection of Dialog objects in Microsoft Word. Each Dialog object represents a built-in Word dialog box.

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

Usage

Public Class ialogsImplementation
    Implements Dialogs
End Class
Dim ialogsImplementation1 As New ialogsImplementation()

Syntax

Public Interface Dialogs
    Inherits IEnumerable
public interface Dialogs : IEnumerable
public interface class Dialogs : public IEnumerable
public interface Dialogs implements IEnumerable
public interface Dialogs implements IEnumerable

Remarks

Use the Dialogs property to return the Dialogs collection

You cannot create a new built-in dialog box or add one to the Dialogs collection. Use Dialogs(index), where index is the WdWordDialog constant that identifies the dialog box, to return a single Dialog object.

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

Dialogs Members