edtFTPnet/Express - Class Reference

FTPConnectionEditor Class

A Windows Forms control which allows the user to edit the properties of an ExFTPConnection or SecureFTPConnection.

For a list of all members of this type, see FTPConnectionEditor Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     EnterpriseDT.Net.Ftp.Forms.FTPConnectionEditor

public class FTPConnectionEditor : UserControl, IFTPComponent

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

FTPConnectionEditor is a PropertyGrid that has been customized for editing ExFTPConnection and SecureFTPConnection objects.

The Connection property selects the connection object being edited. By default all properties are displayed, but the Properties property may be used to hide any of the connection's properties.

Requirements

Namespace: EnterpriseDT.Net.Ftp.Forms

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

FTPConnectionEditor Members | EnterpriseDT.Net.Ftp.Forms Namespace