ITaskbarList
Other versions of this page are also available for the following:
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 |
---|---|
This method initializes the taskbar list object. This method must be called before any other ITaskbarList methods can be called. |
|
This method adds an item to the taskbar. |
|
This method deletes an item from the taskbar. |
|
This method activates an item on the taskbar. |
|
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 |