Share via


ITaskbarList

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This interface is used to to control the taskbar. It allows you to add items and delete items from the taskbar dynamically.

Methods

The following table shows the methods for this interface in the order that the compiler calls the methods.

Method Description

HrInit

This method initializes the taskbar list object. This method must be called before any other ITaskbarList methods can be called.

AddTab

This method adds an item to the taskbar.

DeleteTab

This method deletes an item from the taskbar.

ActivateTab

This method activates an item on the taskbar.

SetActiveAlt

This method marks a taskbar item as active but does not visually activate it.

Remarks

ITaskbarList is implemented by the shell, so there is no need to implement this interface directly.

Requirements

Header shobjidl.h, shobjidl.idl
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Standard Shell Interfaces