Class WTaskbarButton
Taskbar button flash, progress, add/delete.
public class WTaskbarButton
Namespace: Au.Types
Assembly: Au.dll
Methods
Name | Description |
---|---|
Add() | Adds taskbar button of this window. Calls ITaskbarList.AddTab. |
Delete() | Deletes taskbar button of this window. Calls ITaskbarList.DeleteTab. |
Flash(int) | Starts or stops flashing the taskbar button of this window. |
SetProgressState(WTBProgressState) | Sets the state of the progress indicator displayed on the taskbar button of this window. Calls ITaskbarList3.SetProgressState. |
SetProgressValue(int, int) | Sets the value of the progress indicator displayed on the taskbar button of this window. Calls ITaskbarList3.SetProgressValue. |