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)

Syntax

'Declaration
<GuidAttribute("00020910-0000-0000-C000-000000000046")> _
Public Interface Dialogs _
    Inherits IEnumerable
'Usage
Dim instance As Dialogs
[GuidAttribute("00020910-0000-0000-C000-000000000046")]
public interface Dialogs : 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.

See Also

Reference

Dialogs Members

Microsoft.Office.Interop.Word Namespace