ISDBCommonDialog::FilterIndex
Jump to navigation
Jump to search
CoClass SDBCommonDialog, Interface ISDBCommonDialog
Property Get/Let FilterIndex As Long
Property description
Active part of filter (index starting with 1). This is a number that indicates the active set of file types.
For example for the filter "CSV (*.csv)|*.csv|All files (*.*)|*.*", FilterIndex will be 2 if All files (*.*) is active. FilterIndex can only be 0 when no filter is specified.