Edit

Share via


Dialogs.Item[WdWordDialog] Property

Definition

Returns a dialog in Microsoft Word.

public:
 property Microsoft::Office::Interop::Word::Dialog ^ default[Microsoft::Office::Interop::Word::WdWordDialog] { Microsoft::Office::Interop::Word::Dialog ^ get(Microsoft::Office::Interop::Word::WdWordDialog Index); };
public Microsoft.Office.Interop.Word.Dialog this[Microsoft.Office.Interop.Word.WdWordDialog Index] { get; }
member this.Item(Microsoft.Office.Interop.Word.WdWordDialog) : Microsoft.Office.Interop.Word.Dialog
Default Public ReadOnly Property Item(Index As WdWordDialog) As Dialog

Parameters

Index
WdWordDialog

Required WdWordDialog. A constant that specifies the dialog.

Property Value

Applies to