BlueLibs documentation

OBEXFtpDirList Class

A component for design time to provide FTP directory listing. Can be bound as data source to other visual controls that support data binding.

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

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         BlueLibs.Components.OBEXFtpDirList

[Visual Basic]
<DefaultMember(MemberName:="Item"), _  ToolboxBitmap, _  DesignerCategory(Category:="Component")>
Public Class OBEXFtpDirList
    Inherits Component
    Implements IBindingList, IList, ICollection, IEnumerable, ITypedList
[C#]
[DefaultMember(MemberName="Item")]
[ToolboxBitmap]
[DesignerCategory(Category="Component")]
public class OBEXFtpDirList : Component, IBindingList, IList, ICollection, IEnumerable, ITypedList

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.

Requirements

Namespace: BlueLibs.Components

Assembly: BlueLibs (in BlueLibs.dll)

See Also

OBEXFtpDirList Members | BlueLibs.Components Namespace