ITaskbarList2 interface
Extends the ITaskbarList interface by exposing a method to mark a window as a full-screen display.
Members
The ITaskbarList2 interface inherits from ITaskbarList. ITaskbarList2 also has these types of members:
Methods
The ITaskbarList2 interface has these methods.
| Method | Description |
|---|---|
| MarkFullscreenWindow |
Marks a window as full-screen. |
Remarks
This interface also provides the methods of the ITaskbarList interface, from which it inherits.
The Shell also automatically attempts to detect full-screen applications, but it is not as reliable as using the ITaskbarList2::MarkFullscreenWindow method.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
DLL |
|
Show: