Skip to main content

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

NameTypeDescription
titlestringDialog title (uses application name if omitted)
filterstringFilter for selecting files (if omitted, all files are targeted)

Return value

  • string