_Global.Dialogs Property
Returns a Dialogs collection that represents all the built-in dialog boxes in Microsoft Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Dialogs As Dialogs
Get
'Usage
Dim instance As _Global
Dim value As Dialogs
value = instance.Dialogs
Dialogs Dialogs { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Dialogs