So far I've used ITaskbarList and ITaskbarList3 to use the taskbar icon's progress bar; however, I'm curious as to what ITaskbarList2 and ITaskbarList4 are used for?
ITaskbarList
ITaskbarList3
ITaskbarList2
ITaskbarList4
Thanks to Raymond, I checked out the MSDN and found that:
So, each ITaskbar# builds upon the previous one.
Thanks to Raymond, I checked out the MSDN and found that:
ITaskbarList2extendsITaskbarListand adds a method to mark a window as fullscreenITaskbarList4extendsITaskbarList3and adds a method to change the tab propertiesSo, each ITaskbar# builds upon the previous one.