Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
FolderBrowserDialog ( IFolderBrowserDialog folderBrowserDialog ) : System |
Initializes a new instance of the FolderBrowserDialog class.
|
|
ShowDialog ( IWin32Window owner ) : DialogResult |
Runs a common dialog box with the specified owner.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public FolderBrowserDialog ( IFolderBrowserDialog folderBrowserDialog ) : System | ||
folderBrowserDialog | IFolderBrowserDialog | The interface of a folder browser dialog. |
Результат | System |
public ShowDialog ( IWin32Window owner ) : DialogResult | ||
owner | IWin32Window | /// Any object that implements System.Windows.Forms.IWin32Window that represents the top-level /// window that will own the modal dialog box. /// |
Результат | DialogResult |