Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "ITaskbarList" in [All]

shell32

.
Summary
Extends ITaskbarList3, the code is extracted from Windows API Code Pack source code.
.

internal interface ITaskbarList4

.

     // ITaskbarList

.

     // ITaskbarList2

.

     // ITaskbarList3

.

     // ITaskbarList4

.

Friend Interface ITaskbarList4

.

    ' ITaskbarList

.

    ' ITaskbarList2

.

    ' ITaskbarList3

.

    ' ITaskbarList4

.
Documentation
[ITaskbarList4] on MSDN
.
Summary
Extends the ITaskbarList interface by exposing a method to mark a window as a full-screen display.
.

    public interface ITaskbarList2 : ITaskbarList

.

Declare Function ITaskbarList2 Lib "shell32.dll" (TODO) As TODO

.
Documentation
[ITaskbarList2] on MSDN
.
Summary
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.
.

/// Extends ITaskbarList2 by exposing methods that support the unified launching and switching taskbar button

.

public interface ITaskbarList3

.

    // ITaskbarList

.

    /// Initializes the taskbar list object. This method must be called before any other ITaskbarList methods can be called.

.

    // ITaskbarList2

.

    /// value with which the thumbnail was registered as part the group through ITaskbarList3::RegisterTab.

.

    /// is required, must already be registered through ITaskbarList3::RegisterTab, and cannot be NULL.</param>

.

    /// inserted to the left of. This handle must already be registered through ITaskbarList3::RegisterTab.

.

    /// through ITaskbarList3::RegisterTab. This value can be NULL if no tab is active.</param>

.

Declare Function ITaskbarList3 Lib "shell32.dll" (TODO) As TODO

.
Documentation
[ITaskbarList3] on MSDN
.
Summary
Extends ITaskbarList3, the code is extracted from Windows API Code Pack source code.
.

internal interface ITaskbarList4

.

     // ITaskbarList

.

     // ITaskbarList2

.

     // ITaskbarList3

.

     // ITaskbarList4

.
Documentation
[ITaskbarList4] on MSDN
.
Summary
Used by methods of the ITaskbarList3 interface to define buttons used in a toolbar embedded in a window's thumbnail representation.

 
Access PInvoke.net directly from VS: