  | VistaFileDialogFilterIndex Property  | 
 
            Gets or sets the index of the filter currently selected in the file dialog box.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int FilterIndex { get; set; }Public Property FilterIndex As Integer
	Get
	Set
public:
property int FilterIndex {
	int get ();
	void set (int value);
}member FilterIndex : int with get, set
Property Value
Type: 
Int32
            A value containing the index of the filter currently selected in the file dialog box. The default value is 1.
            
See Also