ICommonUI.ShowOpenFileDialog Method
Namespace: NextDesign.Desktop
Description
Show the file open dialog and get the path of the file selected in the dialog.
Returns null if the dialog was canceled.
argument
| Name | Type | Description |
|---|---|---|
| title | string | Dialog title (uses application name if omitted) |
| filter | string | Filter for selecting files (if omitted, all files are targeted) |
Return value
- string