FileDialogFilter Object Members
Represents a file filter in a file dialog box displayed through the FileDialog object. Each file filter determines which files are displayed in the file dialog box.
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the FileDialogFilter 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 FileDialogFilter object was created. Read-only. |
| Description | Gets the description of each Filter object as a String value. The description is the text that is displayed in a file dialog box. Read-only. |
| Extensions | Gets a value containing the extensions that determine which files are displayed in a file dialog box for each Filter object. Read-only. |
| Parent | Gets the Parent object for the FileDialogFilter object. Read-only. |