PathEditFileNames Property |
Contains the selected files from the FileBrowserDialog.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
String
See Also