C# 클래스 EpLibrary.cs.OpenMultiFileDialog

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
GetFileNames ( ) : String[]

Return the list of selected file names

OpenMultiFileDialog ( String title = null, String defaultExt = null, String defaultDir = null, String filter = null, 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

GetFileNames() 공개 메소드

Return the list of selected file names
public GetFileNames ( ) : String[]
리턴 String[]

OpenMultiFileDialog() 공개 메소드

Default Constructor
public OpenMultiFileDialog ( String title = null, String defaultExt = null, String defaultDir = null, String filter = null, IWin32Window owner = null ) : System
title String the title of the dialog
defaultExt String The default extension
defaultDir String The default directory
filter String The file extension filter
owner IWin32Window the parent window
리턴 System

ShowDialog() 공개 메소드

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