ShowEditor Property (Read/Write) |
Top Previous Next |
Specifies if the File Transfer Settings dialog appears previously to each file transfer request to let the user modify the file transmission parameters. All the fields in both Transfers and Advanced tabs have the corresponding property that can be set programmatically instead than doing it through this dialog.
Visual Basic Syntax
IndFile.ShowEditor [= Boolean]
C# Syntax
IndFile.ShowEditor; [= bool]
|