NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FileDialog.FilterIndex

Gets or sets the index of the filter currently selected in the file dialog box.

[Visual Basic]
Public Property FilterIndex As Integer
[C#]
public int FilterIndex {get; set;}
[C++]
public: __property int get_FilterIndex();
public: __property void set_FilterIndex(int);
[JScript]
public function get FilterIndex() : int;
public function set FilterIndex(int);

Property Value

A value containing the index of the filter currently selected in the file dialog box. The default value is one.

See Also

FileDialog Class | FileDialog Members | System.WinForms Namespace | CheckFileExists | Filter