←Select platform

RasterOpenDialogLoadFormat Constructor

Summary

Creates an instance of the RasterOpenDialogLoadFormat class, refer to RasterOpenDialog.Filter.

Syntax

C#
VB
C++
public RasterOpenDialogLoadFormat( 
   string name, 
   string extensions 
) 
  
Public Function New( _ 
   ByVal name As String, _ 
   ByVal extensions As String _ 
) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly