ITaskbarListITaskbarList*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IShellView::UIActivate
*Next Topic: ITaskbarList::ActivateTab

ITaskbarList


The ITaskbarList interface is used to control the taskbar. It allows you to dynamically add items to the taskbar, remove items from the taskbar, and activate items on the taskbar. See Modifying the Contents of the Taskbar for more information about using this interface.

When to Implement

You do not implement ITaskbarList; it is implemented by the shell.

When to Use

You use ITaskbarList to add items to the taskbar, remove items from the taskbar, and activate items on the taskbar.

ITaskbarList is derived from IUnknown. The following methods are specific to ITaskbarList:
ITaskbarList Methods Description
ActivateTab Activates an item on the taskbar.
AddTab Adds an item to the taskbar.
DeleteTab Deletes an item from the taskbar.
HrInit Initializes the taskbar list object.
SetActiveAlt Marks a taskbar item as active but does not visually activate it.

Note This interface is only supported in shell versions 4.71 and later.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.