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 | |
---|---|---|
Application | (Inherited from _IMsoDispObj.) | |
Application | Returns an Application object that represents the container application for the object. | |
Count | Returns an Integer indicating the number of items in the specified collection. | |
Creator | (Inherited from _IMsoDispObj.) | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. | |
Parent | Returns the Parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
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. | |
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). | |
Delete | Removes a file dialog filter. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | ||
Item | Returns a FileDialogFilter object that is a member of the specified FileDialogFilters collection. |
Top