edtFTPnet/Express - Class Reference

FTPMessageView Class

Base class for controls which need to display a list of messages.

For a list of all members of this type, see FTPMessageView 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.FTPMessageView
                        EnterpriseDT.Net.Ftp.Forms.FTPCommandView
                        EnterpriseDT.Net.Ftp.Forms.FTPLogView

public abstract class FTPMessageView : 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

FTPMessageView is a base-class for FTPCommandView and FTPLogView. It displays a single list-box, with a right-click context menu that allows clearing, copying to clipboad, and freezing (i.e. ignoring new messages).

Requirements

Namespace: EnterpriseDT.Net.Ftp.Forms

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

FTPMessageView Members | EnterpriseDT.Net.Ftp.Forms Namespace