ISDBCommonDialog::Filter

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBCommonDialog, Interface ISDBCommonDialog

Property Get/Let Filter As String


Property description

A filter for filenames, e.g. "CSV (*.csv)|*.csv|All files (*.*)|*.*"

This lets the user choose between 2 sets of file types: CSV (*.csv) which shows all CSV files (*.csv), and All files (*.*) which shows all files (*.*)