←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly