Skip to main content

TaskbarAssistant.Refresh() Method

Updates the application taskbar button.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void Refresh()

Remarks

The Refresh method updates visual elements of the taskbar button: applies an overlay icon to the taskbar button, sets the state and type of progress indicator and its value, adds thumbnail buttons to the thumbnail image of a window in a taskbar button flyout and selects a portion of a window’s client area to display as that window’s thumbnail in the taskbar.

Call the Refresh method if you want to forcibly update visual elements of the taskbar button.

See Also