PathEditFileBrowserDialog Property |
Returns a reference to an OpenFileDialog
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public OpenFileDialog FileBrowserDialog { get; }
Public ReadOnly Property FileBrowserDialog As OpenFileDialog
Get
public:
property OpenFileDialog^ FileBrowserDialog {
OpenFileDialog^ get ();
}
member FileBrowserDialog : OpenFileDialog with get
Property Value
Type:
OpenFileDialogSee Also