WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / JumpListKnownCategory Enumeration

JumpListKnownCategory Enumeration
Known category to display in the Jump List.
Syntax
'Declaration
 
Public Enum JumpListKnownCategory 
   Inherits 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