Naanou.ResourceExchange
Interface IMonitorForm

Monitor form

Property Summary
bool Visible
         Gets or sets visible

Method Summary
void Close()
         Closes form
void DownloaderGone()
         Notification downloader has been aborted
System.Drawing.Graphics GetGraphics(System.Drawing.Image image, System.Drawing.Rectangle rect)
         Gets a graphics area
void PutStatus(System.Drawing.Image i, string progress)
         Puts the status image
void Show()
         Shows the form


Property Detail

Visible

public bool Visible

Gets or sets visible

Method Detail

Close

public void Close()

Closes form


DownloaderGone

public void DownloaderGone()

Notification downloader has been aborted


GetGraphics

public System.Drawing.Graphics GetGraphics(System.Drawing.Image image,
                                           System.Drawing.Rectangle rect)

Gets a graphics area


PutStatus

public void PutStatus(System.Drawing.Image i,
                      string progress)

Puts the status image

Parameters:
i -
progress -

Show

public void Show()

Shows the form