Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than shell32, prefix the name with the module name and a period.
<ComImportAttribute> _
<GuidAttribute("c43dc798-95d1-4bea-9030-bb99e2983a1a")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Friend Interface ITaskbarList4
' ITaskbarList
<PreserveSig> _
Sub HrInit()
<PreserveSig> _
Sub AddTab(hwnd As IntPtr)
<PreserveSig> _
Sub DeleteTab(hwnd As IntPtr)
<PreserveSig> _
Sub ActivateTab(hwnd As IntPtr)
<PreserveSig> _
Sub SetActiveAlt(hwnd As IntPtr)
' ITaskbarList2
<PreserveSig> _
Sub MarkFullscreenWindow(hwnd As IntPtr, <MarshalAs(UnmanagedType.Bool)> fFullscreen As Boolean)
' ITaskbarList3
<PreserveSig> _
Sub SetProgressValue(hwnd As IntPtr, ullCompleted As UInt64, ullTotal As UInt64)
<PreserveSig> _
Sub SetProgressState(hwnd As IntPtr, tbpFlags As TaskbarProgressBarStatus)
<PreserveSig> _
Sub RegisterTab(hwndTab As IntPtr, hwndMDI As IntPtr)
<PreserveSig> _
Sub UnregisterTab(hwndTab As IntPtr)
<PreserveSig> _
Sub SetTabOrder(hwndTab As IntPtr, hwndInsertBefore As IntPtr)
<PreserveSig> _
Sub SetTabActive(hwndTab As IntPtr, hwndInsertBefore As IntPtr, dwReserved As UInteger)
<PreserveSig> _
Function ThumbBarAddButtons(hwnd As IntPtr, cButtons As UInteger, <MarshalAs(UnmanagedType.LPArray)> pButtons As ThumbButton()) As HResult
<PreserveSig> _
Function ThumbBarUpdateButtons(hwnd As IntPtr, cButtons As UInteger, <MarshalAs(UnmanagedType.LPArray)> pButtons As ThumbButton()) As HResult
<PreserveSig> _
Sub ThumbBarSetImageList(hwnd As IntPtr, himl As IntPtr)
<PreserveSig> _
Sub SetOverlayIcon(hwnd As IntPtr, hIcon As IntPtr, <MarshalAs(UnmanagedType.LPWStr)> pszDescription As String)
<PreserveSig> _
Sub SetThumbnailTooltip(hwnd As IntPtr, <MarshalAs(UnmanagedType.LPWStr)> pszTip As String)
<PreserveSig> _
Sub SetThumbnailClip(hwnd As IntPtr, prcClip As IntPtr)
' ITaskbarList4
Sub SetTabProperties(hwndTab As IntPtr, stpFlags As SetTabPropertiesOption)
End Interface
User-Defined Types:
Do you know one? Please contribute it!
Alternative Managed API:
Do you know one? Please contribute it!
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Extends ITaskbarList2 by exposing methods that support the unified launching and switching taskbar button functionality added in Windows 7. This functionality includes thumbnail representations and switch targets based on individual tabs in a tabbed application, thumbnail toolbars, notification and status overlays, and progress indicators.
4/30/2017 8:48:16 AM - -84.229.152.236
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).