C# Class AnalysisEngine.InfoProgressBar

Inheritance: System.Windows.Forms.ProgressBar
Afficher le fichier Open project: rvazarkar/antipwny Class Usage Examples

Méthodes publiques

Méthode Description
InfoProgressBar ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
SetWindowTheme ( IntPtr hWnd, string appname, string idlist ) : int

Method Details

InfoProgressBar() public méthode

public InfoProgressBar ( ) : System
Résultat System

OnHandleCreated() protected méthode

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

OnPaint() protected méthode

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