Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IFileTransfer Interface / TransferStatusWindowVisible Property


In This Topic
TransferStatusWindowVisible Property
In This Topic
Returns or specifies whether the file transfer status window is displayed while a file transfer is occurring.
Syntax
'Declaration
 
Property TransferStatusWindowVisible As Boolean
 
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.TransferStatusWindowVisible = value
 
value = instance.TransferStatusWindowVisible

Property Value

The default value is true
Remarks
The default value is true
See Also