PathEditFileBrowserDialog Property |
Returns a reference to an OpenFileDialog
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic OpenFileDialog FileBrowserDialog { get; }Public ReadOnly Property FileBrowserDialog As OpenFileDialog
Get
public:
property OpenFileDialog^ FileBrowserDialog {
OpenFileDialog^ get ();
}member FileBrowserDialog : OpenFileDialog with get
Property Value
OpenFileDialog
See Also