FileDialogFilters Object Members
A collection of FileDialogFilter objects that represent the types of files that can be selected in a file dialog box that is displayed using the FileDialog object.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds a new file filter to the list of filters in the Files of type drop-down list box in the File dialog box. Returns a FileDialogFilter object that represents the newly added file filter. |
| Clear | Removes all filters currently applied in a file dialog box. |
| Delete | Removes a file dialog filter. |
| Item | Gets a FileDialogFilter object that is a member of the specified FileDialogFilters collection. |
Properties
| Name | Description | |
|---|---|---|
| Application | Gets an Application object that represents the container application for the FileDialogFilters object (you can use this property with an Automation object to return that object's container application). Read-only. |
| Count | Gets a Long indicating the number of items in the FileDialogFilters collection. Read-only. |
| Creator | Gets a 32-bit integer that indicates the application in which the FileDialogFilters object was created. Read-only. |
| Parent | Gets the Parent object for the FileDialogFilters object. Read-only. |