ISDBCommonDialog::Filter

From MediaMonkey Wiki
Revision as of 15:49, 4 November 2007 by Steegy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 (*.*)