프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
GetFileExt ( ) : String |
Return only ext
|
|
GetFileName ( ) : String |
Return only filename
|
|
GetFileTitle ( ) : String |
Return file title
|
|
GetPathName ( ) : String |
Return full path and filename
|
|
OpenFileDialogEx ( 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 |
public OpenFileDialogEx ( 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 |