C# Class MetroFramework.Forms.MetroTaskWindow

Inheritance: MetroForm
Afficher le fichier Open project: AshishKilmist/MetroFramework Class Usage Examples

Méthodes publiques

Méthode Description
CancelAutoClose ( ) : void
ForceClose ( ) : void
IsVisible ( ) : bool
MetroTaskWindow ( ) : System
MetroTaskWindow ( int duration, Control userControl ) : System
ShowTaskWindow ( IWin32Window parent, string text, Control userControl ) : void
ShowTaskWindow ( IWin32Window parent, string title, Control userControl, int secToClose ) : void
ShowTaskWindow ( string text, Control userControl ) : void
ShowTaskWindow ( string text, Control userControl, int secToClose ) : void

Méthodes protégées

Méthode Description
OnActivated ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
UpdateProgress ( ) : void

Method Details

CancelAutoClose() public static méthode

public static CancelAutoClose ( ) : void
Résultat void

ForceClose() public static méthode

public static ForceClose ( ) : void
Résultat void

IsVisible() public static méthode

public static IsVisible ( ) : bool
Résultat bool

MetroTaskWindow() public méthode

public MetroTaskWindow ( ) : System
Résultat System

MetroTaskWindow() public méthode

public MetroTaskWindow ( int duration, Control userControl ) : System
duration int
userControl System.Windows.Forms.Control
Résultat System

OnActivated() protected méthode

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ShowTaskWindow() public static méthode

public static ShowTaskWindow ( IWin32Window parent, string text, Control userControl ) : void
parent IWin32Window
text string
userControl System.Windows.Forms.Control
Résultat void

ShowTaskWindow() public static méthode

public static ShowTaskWindow ( IWin32Window parent, string title, Control userControl, int secToClose ) : void
parent IWin32Window
title string
userControl System.Windows.Forms.Control
secToClose int
Résultat void

ShowTaskWindow() public static méthode

public static ShowTaskWindow ( string text, Control userControl ) : void
text string
userControl System.Windows.Forms.Control
Résultat void

ShowTaskWindow() public static méthode

public static ShowTaskWindow ( string text, Control userControl, int secToClose ) : void
text string
userControl System.Windows.Forms.Control
secToClose int
Résultat void