←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly