Class JumpListCategory
Represents a custom category on the taskbar's jump list
Inheritance
System.Object
JumpListCategory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Taskbar
Assembly: Telerik.WinControls.UI.dll
Syntax
public class JumpListCategory
Constructors
JumpListCategory(String)
Creates a new custom category instance
Declaration
public JumpListCategory(string categoryName)
Parameters
System.String
categoryName
Category name |
Properties
JumpItems
A collection of jump list items in this category.
Declaration
public JumpListItemCollection<IJumpItem> JumpItems { get; }
Property Value
JumpListItemCollection<IJumpItem>
|
Name
The name of the category.
Declaration
public string Name { get; set; }
Property Value
System.String
|