Method | Description | |
---|---|---|
AddButtons ( |
Adds thumbnail toolbar for the specified window. After a toolbar has been added to a thumbnail, buttons can be altered only through various properties on the T:Microsoft.WindowsAPICodePack.Taskbar.ThumbnailToolBarButton. While individual buttons cannot be added or removed, they can be shown and hidden through P:Microsoft.WindowsAPICodePack.Taskbar.ThumbnailToolBarButton.Visible as needed. The toolbar itself cannot be removed without re-creating the window itself. |
Method | Description | |
---|---|---|
ThumbnailToolBarManager ( ) : System | ||
VerifyButtons ( ) : void |
/// Adds thumbnail toolbar for the specified WPF Control. /// After a toolbar has been added to a thumbnail, buttons can be altered only through various /// properties on the ThumbnailToolBarButton. While individual buttons cannot be added or removed, /// they can be shown and hidden through ThumbnailToolBarButton.Visible as needed. /// The toolbar itself cannot be removed without re-creating the window itself. /// |
public AddButtons ( |
||
windowHandle | Window handle for which the thumbnail toolbar buttons need to be added | |
return | void |