C# Класс EpLibrary.cs.OpenFolderDialog

This is a class for Open Folder Dialog
Наследование: IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool isDisposing ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Результат void

GetPathName() публичный Метод

Return full directory path
public GetPathName ( ) : String
Результат String

OpenFolderDialog() публичный Метод

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
Результат System

ShowDialog() публичный Метод

Show dialog and return DialogResult
public ShowDialog ( ) : DialogResult
Результат DialogResult