FilterIndex Property

Summary

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

Syntax
C#
VB
C++
public int FilterIndex { get; set; } 
  
Public Property FilterIndex As Integer 
public: 
property int FilterIndex { 
   int get(); 
   void set (    int value); 
} 

Property Value

A value containing the index of the filter currently selected in the file dialog box.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly