Back to Devexpress

TaskbarAssistant.OverlayIcon Property

windowsforms-devexpress-dot-utils-dot-taskbar-dot-taskbarassistant-a1902335.md

latest1.4 KB
Original Source

TaskbarAssistant.OverlayIcon Property

Gets or sets a small overlay icon displayed over the application icon.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public Image OverlayIcon { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property OverlayIcon As Image

Property Value

TypeDefaultDescription
Imagenull

A small overlay icon displayed over the application icon.

|

Remarks

See Also

TaskbarAssistant Class

TaskbarAssistant Members

DevExpress.Utils.Taskbar Namespace