ThumbnailButton Class
A button within the live thumbnail preview window.
Namespace: DevExpress.Utils.Taskbar
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Related API Members
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