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

Extensions Property

Show in webframe





Gets the extension that will be used when filtering the files that will be displayed.
Syntax
public string Extensions {get; set;}
'Declaration
 
Public Property Extensions As String
'Usage
 
Dim instance As RasterOpenDialogLoadFormat
Dim value As String
 
instance.Extensions = value
 
value = instance.Extensions

            

            
public:
property String^ Extensions {
   String^ get();
   void set (    String^ value);
}

Property Value

The extension that will be used when filtering the files that will be displayed.
Example
Refer to RasterOpenDialog example.
Requirements

Target Platforms

See Also

Reference

RasterOpenDialogLoadFormat Structure
RasterOpenDialogLoadFormat Members

 

 


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