Back to Devexpress

ThumbnailButtonCollection Class

windowsforms-devexpress-dot-utils-dot-taskbar-64a3e769.md

latest2.4 KB
Original Source

ThumbnailButtonCollection Class

Represents the collection of ThumbnailButton objects.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class ThumbnailButtonCollection :
    Collection<ThumbnailButton>,
    IDisposable
vb
Public Class ThumbnailButtonCollection
    Inherits Collection(Of ThumbnailButton)
    Implements IDisposable

The following members return ThumbnailButtonCollection objects:

Remarks

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.

Inheritance

Object Collection<ThumbnailButton> ThumbnailButtonCollection

See Also

ThumbnailButtonCollection Members

ThumbnailButton

ThumbnailButtons

DevExpress.Utils.Taskbar Namespace