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