PathEditFileNames Property |
Contains the selected files from the FileBrowserDialog.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public string[] FileNames { get; set; }
Public Property FileNames As String()
Get
Set
public:
property array<String^>^ FileNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
member FileNames : string[] with get, set
Property Value
Type:
StringSee Also