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
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.
Gets a 32-bit integer that indicates the application in which the FileDialogFilter object was created. Read-only.
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.
Gets a value containing the extensions that determine which files are displayed in a file dialog box for each Filter object. Read-only.
Gets the Parent object for the FileDialogFilter object. Read-only.