ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpList Class / KnownCategory Property

In This Topic
    KnownCategory Property (C1JumpList)
    In This Topic
    Gets or sets the type of a known category to display.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1JumpList.KnownCategory", "The type of a known category to display.")>
    <NotifyParentPropertyAttribute(True)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property KnownCategory As JumpListKnownCategory
    [C1Description("C1JumpList.KnownCategory", "The type of a known category to display.")]
    [NotifyParentProperty(true)]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public JumpListKnownCategory KnownCategory {get; set;}
    See Also