LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)

FilterIndex Property

Show in webframe





Gets or sets the index of the filter currently selected in the file dialog box
Syntax
public int FilterIndex {get; set;}
'Declaration
 
Public Property FilterIndex As Integer
'Usage
 
Dim instance As RasterOpenDialog
Dim value As Integer
 
instance.FilterIndex = value
 
value = instance.FilterIndex

            

            
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

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.