Share via


CJumpList Class

A CJumpList is the list of shortcuts revealed when you right click on an icon in the task bar.

class CJumpList;

Members

Public Constructors

Name

Description

CJumpList::CJumpList

Constructs a CJumpList object.

CJumpList::~CJumpList

Destroys a CJumpList object.

Name

Description

CJumpList::AbortList

Aborts a list-building transaction without committing.

CJumpList::AddDestination

Overloaded. Adds destination to the list.

CJumpList::AddKnownCategory

Appends a Known Category to the list.

CJumpList::AddTask

Overloaded. Adds items to the canonical Tasks category.

CJumpList::AddTasks

Adds items to the canonical Tasks category.

CJumpList::AddTaskSeparator

Adds a separator between tasks.

CJumpList::ClearAll

Removes all tasks and destinations that have been added to the current instance of CJumpList so far.

CJumpList::ClearAllDestinations

Removes all destinations that have been added to the current instance of CJumpList so far.

CJumpList::CommitList

Ends a list-building transaction and commits the reported list to the associated store (the registry in this case.)

CJumpList::GetDestinationList

Retrieves an interface pointer to destination list.

CJumpList::GetMaxSlots

Retrieves the maximum number of items, including category headers that can display in the calling application's destination menu.

CJumpList::GetRemovedItems

Returns array of items that represent removed destinations.

CJumpList::InitializeList

Begins a list-building transaction.

CJumpList::SetAppID

Sets the Application User Model ID for the list that will be built.

Inheritance Hierarchy

CJumpList

Requirements

Header: afxadv.h

See Also

Other Resources

MFC Classes