ISDBCommonDialog::FilterIndex: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
===Property description=== | ===Property description=== | ||
Active part of filter. | 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. | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 15:55, 4 November 2007
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.