Share via


ITaskbarList (Compact 2013)

3/28/2014

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

See Also

Reference

Shell Interfaces