AnswerWizard Object Members
Represents the Answer Wizard in a Microsoft Office application. There's only one Answer Wizard per application, and all changes to the AnswerWizard or the AnswerWizardFiles collection affect the active Office application immediately.
Methods
| Name | Description | |
|---|---|---|
| ClearFileList | Clears the list of files for the current AnswerWizard, including the default list of files for the Microsoft Office host application. |
| ResetFileList | Resets the list of files for the current AnswerWizard to the default list of files for the Microsoft Office host application. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the AnswerWizard object (you can use this property with an Automation object to return that object's container application). Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the AnswerWizard object was created. Read-only. |
| Files | Gets an AnswerWizardFiles collection that represents the list of files available to the current AnswerWizard. Read-only. |
| Parent | Gets the Parent object for the AnswerWizard object. Read-only. |