Method | Description | |
---|---|---|
ShowOpenFileDialog ( this service, |
Shows the open file dialog box that allows a user to specify a file that should be opened.
|
|
ShowOpenFileDialog ( this service, |
Shows the open file dialog box that allows a user to specify a file that should be opened.
|
|
ShowOpenFileDialog ( this service, IEnumerable |
Shows the open file dialog box that allows a user to specify a file that should be opened.
|
|
ShowOpenFileDialog ( this service, IEnumerable |
Shows the open file dialog box that allows a user to specify a file that should be opened.
|
|
ShowOpenFileDialog ( this service, object owner, |
Shows the open file dialog box that allows a user to specify a file that should be opened.
|
|
ShowOpenFileDialog ( this service, object owner, |
Shows the open file dialog box that allows a user to specify a file that should be opened.
|
|
ShowOpenFileDialog ( this service, object owner, IEnumerable |
Shows the open file dialog box that allows a user to specify a file that should be opened.
|
|
ShowSaveFileDialog ( this service, |
Shows the save file dialog box that allows a user to specify a filename to save a file as.
|
|
ShowSaveFileDialog ( this service, |
Shows the save file dialog box that allows a user to specify a filename to save a file as.
|
|
ShowSaveFileDialog ( this service, IEnumerable |
Shows the save file dialog box that allows a user to specify a filename to save a file as.
|
|
ShowSaveFileDialog ( this service, IEnumerable |
Shows the save file dialog box that allows a user to specify a filename to save a file as.
|
|
ShowSaveFileDialog ( this service, object owner, |
Shows the save file dialog box that allows a user to specify a filename to save a file as.
|
|
ShowSaveFileDialog ( this service, object owner, |
Shows the save file dialog box that allows a user to specify a filename to save a file as.
|
|
ShowSaveFileDialog ( this service, object owner, IEnumerable |
Shows the save file dialog box that allows a user to specify a filename to save a file as.
|
public static ShowOpenFileDialog ( this service, |
||
service | this | The file dialog service. |
fileType | The supported file type. | |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowOpenFileDialog ( this service, |
||
service | this | The file dialog service. |
fileType | The supported file type. | |
defaultFileName | string | Default filename. The directory name is used as initial directory when it is specified. |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowOpenFileDialog ( this service, IEnumerable |
||
service | this | The file dialog service. |
fileTypes | IEnumerable |
The supported file types. |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowOpenFileDialog ( this service, IEnumerable |
||
service | this | The file dialog service. |
fileTypes | IEnumerable |
The supported file types. |
defaultFileType | Default file type. | |
defaultFileName | string | Default filename. The directory name is used as initial directory when it is specified. |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowOpenFileDialog ( this service, object owner, |
||
service | this | The file dialog service. |
owner | object | The window that owns this OpenFileDialog. |
fileType | The supported file type. | |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowOpenFileDialog ( this service, object owner, |
||
service | this | The file dialog service. |
owner | object | The window that owns this OpenFileDialog. |
fileType | The supported file type. | |
defaultFileName | string | Default filename. The directory name is used as initial directory when it is specified. |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowOpenFileDialog ( this service, object owner, IEnumerable |
||
service | this | The file dialog service. |
owner | object | The window that owns this OpenFileDialog. |
fileTypes | IEnumerable |
The supported file types. |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowSaveFileDialog ( this service, |
||
service | this | The file dialog service. |
fileType | The supported file type. | |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowSaveFileDialog ( this service, |
||
service | this | The file dialog service. |
fileType | The supported file type. | |
defaultFileName | string | Default filename. The directory name is used as initial directory when it is specified. |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowSaveFileDialog ( this service, IEnumerable |
||
service | this | The file dialog service. |
fileTypes | IEnumerable |
The supported file types. |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowSaveFileDialog ( this service, IEnumerable |
||
service | this | The file dialog service. |
fileTypes | IEnumerable |
The supported file types. |
defaultFileType | Default file type. | |
defaultFileName | string | Default filename. The directory name is used as initial directory when it is specified. |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowSaveFileDialog ( this service, object owner, |
||
service | this | The file dialog service. |
owner | object | The window that owns this SaveFileDialog. |
fileType | The supported file type. | |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowSaveFileDialog ( this service, object owner, |
||
service | this | The file dialog service. |
owner | object | The window that owns this SaveFileDialog. |
fileType | The supported file type. | |
defaultFileName | string | Default filename. The directory name is used as initial directory when it is specified. |
return | System.Waf.Applications.Services.FileDialogResult |
public static ShowSaveFileDialog ( this service, object owner, IEnumerable |
||
service | this | The file dialog service. |
owner | object | The window that owns this SaveFileDialog. |
fileTypes | IEnumerable |
The supported file types. |
return | System.Waf.Applications.Services.FileDialogResult |