OpenImageFileDialog.FileName Property |
Gets or sets a string containing the file name selected in the file dialog box.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic string FileName { get; set; }
Public Property FileName As String
Get
Set
Property Value
Type:
String The file name selected in the file dialog box. The default value is an empty string ("").
RemarksThe file name includes both the file path and the extension. If no files are selected, this method
returns an empty string ("").
This property can only be the name of one selected file. If you want to return an array containing the names
of all selected files in a multiple-selection dialog box, use FileNames.
See Also