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
|
|
SaveFileDialogEx ( String title = null, String defaultExt = null, String defaultDir = null, String filter = null, bool overwritePrompt = true, 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 SaveFileDialogEx ( String title = null, String defaultExt = null, String defaultDir = null, String filter = null, bool overwritePrompt = true, 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 |
overwritePrompt | bool | flag to prompt when overwrite |
owner | IWin32Window | The parent window |
return | System |