Dialogs Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of Dialog objects in Microsoft Word. Each Dialog object represents a built-in Word dialog box.
public interface class Dialogs : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020910-0000-0000-C000-000000000046")]
public interface Dialogs : System.Collections.IEnumerable
type Dialogs = interface
interface IEnumerable
Public Interface Dialogs
Implements IEnumerable
- Attributes
- Implements
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.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[WdWordDialog] |
Returns a dialog in Microsoft Word. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
GetEnumerator() |