C#
VB
C++
Gets or sets the index of the filter currently selected in the file dialog box
public int FilterIndex { get; set; }
Public Property FilterIndex As Integer
public:
property int FilterIndex {
int get();
void set ( int value);
}
A value containing the index of the filter currently selected in the file dialog box.
Refer to RasterOpenDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET