LEADTOOLS Windows Forms (Leadtools.WinForms.CommonDialogs.File assembly)
LEAD Technologies, Inc

Filter Property






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 RasterOpenDialogLoadFormat[] Filter {get; set;}
 get_Filter();
set_Filter(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterOpenDialog Class
RasterOpenDialog Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.