C# 클래스 EpLibrary.cs.OpenFolderDialog

This is a class for Open Folder Dialog
상속: IDisposable
파일 보기 프로젝트 열기: juhgiyo/EpLibrary.cs

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