FileName Property

Summary
Gets or sets a string containing the name of the file to be saved.
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 Save dialog box.

Example

Refer to RasterSaveDialog example.

Requirements

Target Platforms

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

Leadtools.WinForms.CommonDialogs.File Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.