C# Class Microsoft.WindowsAPICodePack.Taskbar.TabbedThumbnailEventArgs

Event args for various Tabbed Thumbnail related events
Inheritance: System.EventArgs
Afficher le fichier Open project: dlech/SshAgentLib Class Usage Examples

Méthodes publiques

Méthode Description
TabbedThumbnailEventArgs ( IntPtr windowHandle ) : System

Creates a Event Args for a specific tabbed thumbnail event.

Method Details

TabbedThumbnailEventArgs() public méthode

Creates a Event Args for a specific tabbed thumbnail event.
public TabbedThumbnailEventArgs ( IntPtr windowHandle ) : System
windowHandle System.IntPtr Window handle for the control/window related to the event
Résultat System