C# 클래스 RadioDld.TaskbarNotify

파일 보기 프로젝트 열기: ribbons/RadioDownloader 1 사용 예제들

공개 메소드들

메소드 설명
SetOverlayIcon ( Form parentWin, Icon icon, string description ) : void
SetProgressMarquee ( Form parentWin ) : void
SetProgressNone ( Form parentWin ) : void
SetProgressValue ( Form parentWin, long value, long total ) : void
SetThumbnailTooltip ( Form parentWin, string tooltip ) : void
TaskbarNotify ( ) : System

메소드 상세

SetOverlayIcon() 공개 메소드

public SetOverlayIcon ( Form parentWin, Icon icon, string description ) : void
parentWin System.Windows.Forms.Form
icon System.Drawing.Icon
description string
리턴 void

SetProgressMarquee() 공개 메소드

public SetProgressMarquee ( Form parentWin ) : void
parentWin System.Windows.Forms.Form
리턴 void

SetProgressNone() 공개 메소드

public SetProgressNone ( Form parentWin ) : void
parentWin System.Windows.Forms.Form
리턴 void

SetProgressValue() 공개 메소드

public SetProgressValue ( Form parentWin, long value, long total ) : void
parentWin System.Windows.Forms.Form
value long
total long
리턴 void

SetThumbnailTooltip() 공개 메소드

public SetThumbnailTooltip ( Form parentWin, string tooltip ) : void
parentWin System.Windows.Forms.Form
tooltip string
리턴 void

TaskbarNotify() 공개 메소드

public TaskbarNotify ( ) : System
리턴 System