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

Filter Property

Show in webframe





Gets or sets the current file name filters array, which determines the choices that appear in the "Files of type" box in the dialog box.
Syntax
public RasterOpenDialogLoadFormat[] Filter {get; set;}
'Declaration
 
Public Property Filter As RasterOpenDialogLoadFormat()
'Usage
 
Dim instance As RasterOpenDialog
Dim value() As RasterOpenDialogLoadFormat
 
instance.Filter = value
 
value = instance.Filter

            

            
public:
property array<RasterOpenDialogLoadFormat>^ Filter {
   array<RasterOpenDialogLoadFormat>^ get();
   void set (    array<RasterOpenDialogLoadFormat>^ value);
}

Property Value

The file filtering options available in the dialog box. If the Filter is empty the dialog will use the LEADTOOLS default filters.
Remarks
The default filter list includes:
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.