C# Class EpLibrary.cs.OpenFolderDialog

This is a class for Open Folder Dialog
Inheritance: IDisposable
Afficher le fichier Open project: juhgiyo/EpLibrary.cs

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

GetPathName() public méthode

Return full directory path
public GetPathName ( ) : String
Résultat String

OpenFolderDialog() public méthode

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
Résultat System

ShowDialog() public méthode

Show dialog and return DialogResult
public ShowDialog ( ) : DialogResult
Résultat DialogResult