Leadtools.WinForms.CommonDialogs.File Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterOpenDialogLoadFormat Constructor
See Also 
Leadtools.WinForms.CommonDialogs.File Namespace > RasterOpenDialogLoadFormat Structure : RasterOpenDialogLoadFormat Constructor



name
The format name that will be displayed in the File Type combo.
extensions
The extension that will be used to filter the display files with.
Creates an instance of the RasterOpenDialogLoadFormat class, refer to RasterOpenDialog.Filter.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal extensions As String _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim extensions As String
 
Dim instance As RasterOpenDialogLoadFormat(name, extensions)
C# 
public RasterOpenDialogLoadFormat( 
   string name,
   string extensions
)
C++/CLI 
public:
RasterOpenDialogLoadFormat( 
   String^ name,
   String^ extensions
)

Parameters

name
The format name that will be displayed in the File Type combo.
extensions
The extension that will be used to filter the display files with.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also