ShowDialog Property (Read/Write) |
Top Previous Next |
Specifies if the file transfer "Bytes Transferred" dialog appears in each buffer sent to the destination. This dialog could be used to Cancel the file transfer in progress.
Visual Basic Syntax
IndFile.ShowDialog [= Boolean]
C# Syntax
IndFile.ShowDialog; [= bool]
See also OnAborting event.
|