ICommonUI.ShowOpenFileDialog method ¶
Namespace: NextDesign.Desktop
Description¶
Shows the file open dialog and gets the path of the file selected in the dialog. Returns null if the dialog was canceled.
argument¶
| Name | Type | Description |
|---|---|---|
| title | string | Dialog title (If omitted, the application name is used) |
| filter | string | Filter when selecting files (If omitted, all files are targeted) |
Return value¶
- string