Method | Description | |
---|---|---|
CancelAutoClose ( ) : void | ||
ForceClose ( ) : void | ||
IsVisible ( ) : bool | ||
MetroTaskWindow ( ) : System | ||
MetroTaskWindow ( int duration, |
||
ShowTaskWindow ( IWin32Window parent, string text, |
||
ShowTaskWindow ( IWin32Window parent, string title, |
||
ShowTaskWindow ( string text, |
||
ShowTaskWindow ( string text, |
Method | Description | |
---|---|---|
OnActivated ( |
||
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
UpdateProgress ( ) : void |
public MetroTaskWindow ( int duration, |
||
duration | int | |
userControl | ||
return | System |
protected OnActivated ( |
||
e | ||
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public static ShowTaskWindow ( IWin32Window parent, string text, |
||
parent | IWin32Window | |
text | string | |
userControl | ||
return | void |
public static ShowTaskWindow ( IWin32Window parent, string title, |
||
parent | IWin32Window | |
title | string | |
userControl | ||
secToClose | int | |
return | void |
public static ShowTaskWindow ( string text, |
||
text | string | |
userControl | ||
return | void |
public static ShowTaskWindow ( string text, |
||
text | string | |
userControl | ||
secToClose | int | |
return | void |