ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1JumpItem Class / CustomCategory Property

In This Topic
    CustomCategory Property
    In This Topic
    Gets or sets the name of the category the C1JumpItem is grouped with in the Jump List.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("C1JumpItem.CustomCategory", "Name of the category the C1JumpItem is grouped with in the Jump List.")>
    <DefaultValueAttribute("")>
    <LocalizableAttribute(True)>
    <C1CategoryAttribute("Behavior")>
    Public Property CustomCategory As String
    [C1Description("C1JumpItem.CustomCategory", "Name of the category the C1JumpItem is grouped with in the Jump List.")]
    [DefaultValue("")]
    [Localizable(true)]
    [C1Category("Behavior")]
    public string CustomCategory {get; set;}
    See Also