ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / JumpListKnownCategory Enumeration

In This Topic
    JumpListKnownCategory Enumeration
    In This Topic
    Known category to display in the Jump List.
    Syntax
    'Declaration
     
    
    Public Enum JumpListKnownCategory 
       Inherits System.Enum
    public enum JumpListKnownCategory : System.Enum 
    Members
    MemberDescription
    FrequentDisplay the 'Frequent' known category.
    NeitherDon't display either known category. You must have at least one user task or custom category link in order to not see the default 'Recent' known category.
    RecentDisplay the 'Recent' known category.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Win7Pack.JumpListKnownCategory

    See Also