ImageGear Professional v18.2 > API Reference Guide > Dialogs Component API Reference > Dialogs Component Objects > IGFileDlg Object > IGFileDlg Methods > Show Method |
Displays the file open/save dialog.
Show(fileDlgOpt As IIGFileDlgOptions) As Boolean
Name | Description |
---|---|
fileDlgOpt | One of the IIGFileDlgOptions Interface objects. Specifies the type of the dialog and stores the returned values. |
If the user specifies a file name and clicks the OK button, the return value is True.
N/A
Core