DialogFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The dialog filter used in file dialogs.
public class DialogFilter
type DialogFilter = class
Public Class DialogFilter
- Inheritance
-
DialogFilter
Constructors
DialogFilter(String, String[]) |
Initializes a new instance of the DialogFilter class. |
Properties
DisplayValue |
Gets the display value of the filter. |
Filters |
Gets a collection of file extensions associated with the filter. Filters can follow "*.ext" to target a specific extension. |