Share via


FileDialogFilters Members

Include Protected Members
Include Inherited 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.

The FileDialogFilters type exposes the following members.

Properties

  Name Description
Public property Application (Inherited from _IMsoDispObj.)
Public property Application Returns an Application object that represents the container application for the object.
Public property Count Returns an Integer indicating the number of items in the specified collection.
Public property Creator (Inherited from _IMsoDispObj.)
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property Parent Returns the Parent object for the specified object.

Top

Methods

  Name Description
Public method Add Adds a new file filter to the list of filters in the Files of type list box in the File dialog box, and returns a FileDialogFilter object that represents the newly added file filter.
Public method Clear Removes all list items from a command bar combo box control (drop-down list box or combo box) and clears the text box (edit box or combo box).
Public method Delete Removes a file dialog filter.
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator()
Public method Item Returns a FileDialogFilter object that is a member of the specified FileDialogFilters collection.

Top

See Also

Reference

FileDialogFilters Interface

Microsoft.Office.Core Namespace