ComponentOne Windows 7 Control Pack for WinForms
CustomCategory Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1JumpItem Class : CustomCategory Property
Gets or sets the name of the category the C1JumpItem is grouped with in the Jump List.
Syntax
<DefaultValueAttribute()>
<LocalizableAttribute(True)>
<C1CategoryAttribute("動作")>
<C1DescriptionAttribute("Name of the category the C1JumpItem is grouped with in the Jump List.")>
Public Property CustomCategory As String
Dim instance As C1JumpItem
Dim value As String
 
instance.CustomCategory = value
 
value = instance.CustomCategory
[DefaultValue()]
[Localizable(true)]
[C1Category("動作")]
[C1Description("Name of the category the C1JumpItem is grouped with in the Jump List.")]
public string CustomCategory {get; set;}
[DefaultValue()]
[Localizable(true)]
[C1Category("動作")]
[C1Description("Name of the category the C1JumpItem is grouped with in the Jump List.")]
public:
property String^ CustomCategory {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1JumpItem Class
C1JumpItem Members