C# 클래스 Argus.Extensions.ToolStripProgressBarExtensions

Extension methods for System.Windows.Forms.ToolStripProgressBar.
파일 보기 프로젝트 열기: blakepell/ArgusFramework

공개 메소드들

메소드 설명
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.

메소드 상세

SetProgressNoAnimation() 공개 정적인 메소드

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
리턴 void