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
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.
Removes all filters currently applied in a file dialog box.
Removes a file dialog filter.
Gets a FileDialogFilter object that is a member of the specified FileDialogFilters collection.

Properties

Name Description
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.
Gets a Long indicating the number of items in the FileDialogFilters collection. Read-only.
Gets a 32-bit integer that indicates the application in which the FileDialogFilters object was created. Read-only.
Gets the Parent object for the FileDialogFilters object. Read-only.