C# Class EpLibrary.cs.OpenFolderDialog

This is a class for Open Folder Dialog
Inheritance: IDisposable
显示文件 Open project: juhgiyo/EpLibrary.cs

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
GetPathName ( ) : String

Return full directory path

OpenFolderDialog ( String title = null, bool showNewFolderButton = true, IWin32Window owner = null ) : System

Default Constructor

ShowDialog ( ) : DialogResult

Show dialog and return DialogResult

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

GetPathName() public method

Return full directory path
public GetPathName ( ) : String
return String

OpenFolderDialog() public method

Default Constructor
public OpenFolderDialog ( String title = null, bool showNewFolderButton = true, IWin32Window owner = null ) : System
title String the title of the dialog
showNewFolderButton bool flag to show new folder button or not
owner IWin32Window the parent window
return System

ShowDialog() public method

Show dialog and return DialogResult
public ShowDialog ( ) : DialogResult
return DialogResult