OpenedFileData Property

Summary

Gets a RasterDialogFileData list object containing the names and loading options for the selected files.

Syntax
C#
VB
C++
public List<RasterDialogFileData> OpenedFileData { get; } 
  
Public ReadOnly Property OpenedFileData As List(Of RasterDialogFileData) 
public: 
property List<RasterDialogFileData^>^ OpenedFileData { 
   List<RasterDialogFileData^>^ get(); 
} 

Property Value

A RasterDialogFileData list containing the names and loading options for the selected files.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly