Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TaskbarAssistant.Refresh() Method

In This Article

Updates the application taskbar button.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v24.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