|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
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 |
---|
public bool Visible
Gets or sets visible
Method Detail |
---|
public void Close()
Closes form
public void DownloaderGone()
Notification downloader has been aborted
public System.Drawing.Graphics GetGraphics(System.Drawing.Image image, System.Drawing.Rectangle rect)
Gets a graphics area
public void PutStatus(System.Drawing.Image i, string progress)
Puts the status image
Parameters:
i
- progress
- public void Show()
Shows the form
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |