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¶
| Name | Summary |
|---|---|
| .ctor |
Methods¶
| Name | Summary |
|---|---|
| GetState | Gets taskbar state of the selected window handle. |
| SetState | Sets taskbar state of the selected window. |
| SetValue | Sets taskbar value of the selected window. |