Gets or sets the index of the selected item in the System.Windows.Controls.OpenFileDialog filter drop-down list.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FilterIndex As Integer |
C# | |
---|
public int FilterIndex {get; set;} |
Property Value
The index of the selected item in the System.Windows.Controls.OpenFileDialog filter drop-down list. The default is 1.
Exceptions
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8
See Also