Share via


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
Aa433417.methods(en-us,office.12).gif 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.
Aa433417.methods(en-us,office.12).gif Clear Removes all filters currently applied in a file dialog box.
Aa433417.methods(en-us,office.12).gif Delete Removes a file dialog filter.
Aa433417.methods(en-us,office.12).gif Item Gets a FileDialogFilter object that is a member of the specified FileDialogFilters collection.

Properties

  Name Description
Aa433417.properties(en-us,office.12).gif 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.
Aa433417.properties(en-us,office.12).gif Count Gets a Long indicating the number of items in the FileDialogFilters collection. Read-only.
Aa433417.properties(en-us,office.12).gif Creator Gets a 32-bit integer that indicates the application in which the FileDialogFilters object was created. Read-only.
Aa433417.properties(en-us,office.12).gif Parent Gets the Parent object for the FileDialogFilters object. Read-only.