C# 클래스 Microsoft.WindowsAPICodePack.Taskbar.ThumbnailToolBarButton

Represents a taskbar thumbnail button in the thumbnail toolbar.
상속: IDisposable
파일 보기 프로젝트 열기: dlech/SshAgentLib 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FireClick void
UpdateThumbnailButton void

공개 메소드들

메소드 설명
Dispose ( ) : void

Release the native objects.

Dispose ( bool disposing ) : void

Release the native objects.

ThumbnailToolBarButton ( Icon icon, string tooltip ) : System

Initializes an instance of this class

비공개 메소드들

메소드 설명
FireClick ( TaskbarWindow taskbarWindow ) : void

The window manager should call this method to raise the public click event to all the subscribers.

UpdateThumbnailButton ( ) : void

메소드 상세

Dispose() 공개 메소드

Release the native objects.
public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

Release the native objects.
public Dispose ( bool disposing ) : void
disposing bool
리턴 void

ThumbnailToolBarButton() 공개 메소드

Initializes an instance of this class
public ThumbnailToolBarButton ( Icon icon, string tooltip ) : System
icon System.Drawing.Icon The icon to use for this button
tooltip string The tooltip string to use for this button.
리턴 System