ITaskBarService.GetState(nint) method¶
Defined in
Type: ITaskBarService
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Overloads¶
- 1.
TaskBarProgressState GetState(nint hWnd) - 2.
TaskBarProgressState GetState(Window? window)
1. Overload¶
TaskBarProgressState GetState(nint hWnd)
Summary: Gets taskbar state of the selected window handle.
Parameters
| Name | Type | Description |
|---|---|---|
hWnd | nint | Window handle. |
Returns: TaskBarProgressState -- The current state of system TaskBar.
2. Overload¶
TaskBarProgressState GetState(Window? window)
Summary: Gets taskbar state of the selected window.
Parameters
| Name | Type | Description |
|---|---|---|
window | Window? | Selected window. |
Returns: TaskBarProgressState -- The current state of system TaskBar.