C# Class RadioDld.TaskbarNotify

Mostra file Open project: ribbons/RadioDownloader Class Usage Examples

Public Methods

Method 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 method

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

SetProgressMarquee() public method

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

SetProgressNone() public method

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

SetProgressValue() public method

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

SetThumbnailTooltip() public method

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

TaskbarNotify() public method

public TaskbarNotify ( ) : System
return System