Shows the folder browser dialog box with the specified owner window.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DialogResult ShowDialog( IWin32Window owner )
Public Function ShowDialog ( _ owner As IWin32Window _ ) As DialogResult
public: DialogResult ShowDialog( IWin32Window^ owner )
Parameters
- owner (IWin32Window)