Overload List

  NameDescription
ChooseFile()()()
Performs a selection of a file for loading.
ChooseFile(Boolean)
Performs a selection of a file for loading or saving.
ChooseFile(String)
Performs a selection of a file for loading with the specified filter.
ChooseFile(String, Boolean)
Performs a selection of a file for loading or saving with the specified filter.
ChooseFile(String, String)
Performs a selection of a file for loading with the specified filter.
ChooseFile(String, String, Boolean)
Performs a selection of a file for loading or saving with the specified filter.
ChooseFile(String, String, String)
Performs a selection of a file for loading with the specified filter and the title of the dialog.
ChooseFile(String, String, String, Boolean)
Performs a selection of a file for loading or saving with the specified filter and the title of the dialog.

See Also