C# Class AnalysisEngine.InfoProgressBar

Inheritance: System.Windows.Forms.ProgressBar
Datei anzeigen Open project: rvazarkar/antipwny Class Usage Examples

Public Methods

Method Description
InfoProgressBar ( ) : System

Protected Methods

Method Description
OnHandleCreated ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
SetWindowTheme ( IntPtr hWnd, string appname, string idlist ) : int

Method Details

InfoProgressBar() public method

public InfoProgressBar ( ) : System
return System

OnHandleCreated() protected method

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void