Class TabbedThumbnailBitmapRequestedEventArgs
- Namespace
- Microsoft.WindowsAPICodePack.Taskbar
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Event args for the TabbedThumbnailBitmapRequested event. The event allows applications to provide a bitmap for the tabbed thumbnail's preview and peek. The application should also set the Handled property if a custom bitmap is provided.
public class TabbedThumbnailBitmapRequestedEventArgs : TabbedThumbnailEventArgs
- Inheritance
-
TabbedThumbnailBitmapRequestedEventArgs
- Inherited Members
Constructors
TabbedThumbnailBitmapRequestedEventArgs(nint)
Creates a Event Args for a TabbedThumbnailBitmapRequested event.
public TabbedThumbnailBitmapRequestedEventArgs(nint windowHandle)
Parameters
windowHandle
nintWindow handle for the control/window related to the event
TabbedThumbnailBitmapRequestedEventArgs(UIElement)
Creates a Event Args for a TabbedThumbnailBitmapRequested event.
public TabbedThumbnailBitmapRequestedEventArgs(UIElement windowsControl)
Parameters
windowsControl
UIElementWPF Control (UIElement) related to the event
Properties
Handled
Gets or sets a value indicating whether the TabbedThumbnailBitmapRequested event was handled. Set this property if the SetImage method is called with a custom bitmap for the thumbnail/peek.
public bool Handled { get; set; }