Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RecentItemType Enumeration


In This Topic
    RecentItemType Enumeration
    In This Topic
    Represents the type of recent item.
    Syntax
    'Declaration
     
    
    Public Enum RecentItemType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RecentItemType
    public enum RecentItemType : System.Enum 
    Members
    MemberDescription
    AddressesRecently used addresses.
    EmailsRecently used e-mail addresses.
    FilesRecently used files.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.RecentItemType

    See Also