Skip to content

TaskBarService class

Defined in

Namespace: CrissCross.WPF.UI Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.TaskBarService Modifiers: public

Summary

        Allows you to manage the animations of the window icon in the taskbar.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class TaskBarService
class ITaskBarService {
    <>
}
ITaskBarService <|.. TaskBarService

Implements: ITaskBarService

Constructors

NameSummary
.ctor

Methods

NameSummary
GetStateGets taskbar state of the selected window handle.
SetStateSets taskbar state of the selected window.
SetValueSets taskbar value of the selected window.
Inherited members