Click or drag to resize

ThumbnailUpdatedEventArgsThumbnail Property

Gets or sets the thumbnail.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public Image Thumbnail { get; set; }

Property Value

Type: Image
The thumbnail. You can either modify the thumbnail, or assign a different one.
See Also