OpenImageFileDialog.FileNames Property |
Gets the file names of all selected files in the 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[] FileNames { get; }
Public ReadOnly Property FileNames As String()
Get
Property Value
Type:
String[] An array of type String, containing the file names of all selected files in the dialog box.
Remarks Each file name includes both the file path and the extension. If no files are selected, this method
returns an empty array.
See Also