C# 클래스 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.
상속: TabbedThumbnailEventArgs
파일 보기 프로젝트 열기: dlech/SshAgentLib 1 사용 예제들

공개 메소드들

메소드 설명
TabbedThumbnailBitmapRequestedEventArgs ( IntPtr windowHandle ) : System

Creates a Event Args for a TabbedThumbnailBitmapRequested event.

메소드 상세

TabbedThumbnailBitmapRequestedEventArgs() 공개 메소드

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
리턴 System