Skip to main content
A newer version of this page is available. .

ThumbnailButtonCollection Class

Represents the collection of ThumbnailButton objects.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public class ThumbnailButtonCollection :
    Collection<ThumbnailButton>,
    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.

JumpList_WindowsFormDesigner_ThumbnailButtonCollectionEditorEllipsisButton

Inheritance

Object
Collection<ThumbnailButton>
ThumbnailButtonCollection
See Also