windowsforms-devexpress-dot-utils-dot-taskbar-64a3e769.md
Represents the collection of ThumbnailButton objects.
Namespace : DevExpress.Utils.Taskbar
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class ThumbnailButtonCollection :
Collection<ThumbnailButton>,
IDisposable
Public Class ThumbnailButtonCollection
Inherits Collection(Of ThumbnailButton)
Implements IDisposable
The following members return ThumbnailButtonCollection objects:
The TaskbarAssistant.ThumbnailButtons property of the ThumbnailButtonsCollection type contains the collection of ThumbnailButton objects. To create ThumbnailButtons at design time, use the ThumbnailButton Collection Editor, which can be opened by clicking the ellipsis button for the TaskbarAssistant.ThumbnailButtons property in the Properties window.
Object Collection<ThumbnailButton> ThumbnailButtonCollection
See Also