Property | Type | Description |
---|
Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | 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 |
return | System |