Table of Contents

Class JumpListCustomCategory

Namespace
Microsoft.WindowsAPICodePack.Taskbar
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

Represents a custom category on the taskbar's jump list

public class JumpListCustomCategory
Inheritance
JumpListCustomCategory
Inherited Members

Constructors

JumpListCustomCategory(string)

Creates a new custom category instance

public JumpListCustomCategory(string categoryName)

Parameters

categoryName string

Category name

Properties

Name

Category name

public string Name { get; set; }

Property Value

string

Methods

AddJumpListItems(params IJumpListItem[])

Add JumpList items for this category

public void AddJumpListItems(params IJumpListItem[] items)

Parameters

items IJumpListItem[]

The items to add to the JumpList.