Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
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
|
Méthode | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
Résultat | void |
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 |
Résultat | System |