←Select platform

FileName Property

Summary

Gets or sets a string containing the file name selected in the file dialog box.

Syntax

C#
VB
C++
public string FileName { get; set; } 
  
Public Property FileName As String 
public: 
property String^ FileName { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

The file name selected in the file dialog box.

Remarks

Use this to initiate the dialog selection file name. The selected file(s) when the user presses Open in OpenedFileData.

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