C# Class RadioDld.TaskbarNotify

Afficher le fichier Open project: ribbons/RadioDownloader Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

SetOverlayIcon() public méthode

public SetOverlayIcon ( Form parentWin, Icon icon, string description ) : void
parentWin System.Windows.Forms.Form
icon System.Drawing.Icon
description string
Résultat void

SetProgressMarquee() public méthode

public SetProgressMarquee ( Form parentWin ) : void
parentWin System.Windows.Forms.Form
Résultat void

SetProgressNone() public méthode

public SetProgressNone ( Form parentWin ) : void
parentWin System.Windows.Forms.Form
Résultat void

SetProgressValue() public méthode

public SetProgressValue ( Form parentWin, long value, long total ) : void
parentWin System.Windows.Forms.Form
value long
total long
Résultat void

SetThumbnailTooltip() public méthode

public SetThumbnailTooltip ( Form parentWin, string tooltip ) : void
parentWin System.Windows.Forms.Form
tooltip string
Résultat void

TaskbarNotify() public méthode

public TaskbarNotify ( ) : System
Résultat System