Dialogs.Item Property
Returns a dialog in Microsoft Word.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As WdWordDialog _
) As Dialog
Get
'Usage
Dim instance As Dialogs
Dim Index As WdWordDialog
Dim value As Dialog
value = instance(Index)
Dialog this[
WdWordDialog Index
] { get; }
Parameters
- Index
Type: Microsoft.Office.Interop.Word.WdWordDialog
Required WdWordDialog. A constant that specifies the dialog.
Property Value
Type: Microsoft.Office.Interop.Word.Dialog