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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.