ShellBrowser .Net Edition
FileNames Property
NamespacesJam.ShellPathEditFileNames
Contains the selected files from the FileBrowserDialog.
Declaration Syntax
C#Visual BasicVisual C++
public string[] FileNames { get; set; }
Public Property FileNames As String()
public:
property array<String^>^ FileNames {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)