C# Class Microsoft.WindowsAPICodePack.Taskbar.TabbedThumbnailBitmapRequestedEventArgs

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.
Inheritance: TabbedThumbnailEventArgs
Mostra file Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method Description
TabbedThumbnailBitmapRequestedEventArgs ( IntPtr windowHandle ) : System

Creates a Event Args for a TabbedThumbnailBitmapRequested event.

Method Details

TabbedThumbnailBitmapRequestedEventArgs() public method

Creates a Event Args for a TabbedThumbnailBitmapRequested event.
public TabbedThumbnailBitmapRequestedEventArgs ( IntPtr windowHandle ) : System
windowHandle System.IntPtr Window handle for the control/window related to the event
return System