ITaskBarService interface¶
Defined in
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.ITaskBarService
Modifiers: public abstract
Summary¶
Represents a contract with a service that provides methods for manipulating the taskbar.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Methods¶
| Name | Summary |
|---|---|
| GetState | Gets taskbar state of the selected window handle. |
| SetState | Sets taskbar state of the selected window handle. |
| SetValue | Sets taskbar value of the selected window handle. |