C# Class Argus.Extensions.ToolStripProgressBarExtensions

Extension methods for System.Windows.Forms.ToolStripProgressBar.
显示文件 Open project: blakepell/ArgusFramework

Public Methods

Method Description
SetProgressNoAnimation ( ToolStripProgressBar pb, int value ) : void

Sets the progress bar value, without using Windows Aero animation.

This is kind of a hack, but it works.

Method Details

SetProgressNoAnimation() public static method

Sets the progress bar value, without using Windows Aero animation.
This is kind of a hack, but it works.
public static SetProgressNoAnimation ( ToolStripProgressBar pb, int value ) : void
pb ToolStripProgressBar
value int
return void