C# Class SidebarLibrary.WinControls.ProgressBarEx

Summary description for FlatProgressBar.
Inheritance: System.Windows.Forms.Control
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
PerformStep ( ) : void
ProgressBarEx ( ) : System
ProgressBarEx ( Bitmap foregroundBitmap ) : System
ProgressBarEx ( Bitmap foregroundBitmap, Bitmap backgroundBitmap ) : System
ProgressBarEx ( Color gradientStartColor, Color gradientEndColor ) : System
ProgressBarEx ( Color gradientStartColor, Color gradientMiddleColor, Color gradientEndColor ) : System

Private Methods

Method Description
DrawBackground ( Graphics g, Rectangle windowRect ) : void
DrawBitmapBackground ( Graphics g, Rectangle windowRect ) : void
DrawBitmapForeground ( Graphics g, Rectangle windowRect ) : void
DrawBorder ( Graphics g, Rectangle windowRect ) : void
DrawForeground ( Graphics g, Rectangle windowRect ) : void
DrawGradientBackground ( Graphics g, Rectangle windowRect ) : void
DrawGradientForeground ( Graphics g, Rectangle windowRect ) : void
DrawStandardBackground ( Graphics g, Rectangle windowRect ) : void
DrawStandardForeground ( Graphics g, Rectangle windowRect ) : void
DrawStandardForegroundSegmented ( Graphics g, Rectangle windowRect ) : void
DrawStandardForegroundSmooth ( Graphics g, Rectangle windowRect ) : void
DrawThreeColorsGradient ( Graphics g, Rectangle windowRect ) : void
DrawTwoColorsGradient ( Graphics g, Rectangle windowRect ) : void
FirePropertyChange ( ProgressBarProperty property ) : void
GetScaledValue ( ) : int
InitializeProgressControl ( ProgressBarType barType, Color backgroundColor, Color foregroundColor, Color borderColor, Bitmap foregroundBitmap, Bitmap backgroundBitmap, Color gradientStartColor, Color gradientMiddleColor, Color gradientEndColor ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

PerformStep() public method

public PerformStep ( ) : void
return void

ProgressBarEx() public method

public ProgressBarEx ( ) : System
return System

ProgressBarEx() public method

public ProgressBarEx ( Bitmap foregroundBitmap ) : System
foregroundBitmap System.Drawing.Bitmap
return System

ProgressBarEx() public method

public ProgressBarEx ( Bitmap foregroundBitmap, Bitmap backgroundBitmap ) : System
foregroundBitmap System.Drawing.Bitmap
backgroundBitmap System.Drawing.Bitmap
return System

ProgressBarEx() public method

public ProgressBarEx ( Color gradientStartColor, Color gradientEndColor ) : System
gradientStartColor Color
gradientEndColor Color
return System

ProgressBarEx() public method

public ProgressBarEx ( Color gradientStartColor, Color gradientMiddleColor, Color gradientEndColor ) : System
gradientStartColor Color
gradientMiddleColor Color
gradientEndColor Color
return System