WinForms Edition Documentation
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
 
See Also