Back to Devexpress

ThumbnailButton Class

windowsforms-devexpress-dot-utils-dot-taskbar-5d9cb87d.md

latest1.8 KB
Original Source

ThumbnailButton Class

A button within the live thumbnail preview window.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class ThumbnailButton :
    Component
vb
Public Class ThumbnailButton
    Inherits Component

The following members return ThumbnailButton objects:

Remarks

Use the TaskbarAssistant.ThumbnailButtons property to add buttons to the thumbnail preview window. This property specifies a collection of ThumbnailButton objects.

A sample live thumbnail preview with two buttons is displayed in the following image.

To process button clicks, handle the ThumbnailButton.Click event.

Inheritance

Object MarshalByRefObject Component ThumbnailButton

See Also

ThumbnailButton Members

DevExpress.Utils.Taskbar Namespace