Performs a selection of a file for loading with the specified filter and the title of the dialog.
Namespace:
SGP.XUtilityAssembly: SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718
Syntax
Parameters
- filter
- Type: System..::.String
A filter string for files defines file extensions which will be shown in the selection. The filter must have a format "[shown name]|*.type1;*.type2". For example : "Images(*.BMP,*JPG,*.GIF)|*.BMP;*.JPG;*.GIF|All files (*.*)|*.*".
- fileName
- Type: System..::.String
The name of the implicit selected file.
- title
- Type: System..::.String
The choose file dialog title.