C# Класс Argus.Extensions.ToolStripProgressBarExtensions

Extension methods for System.Windows.Forms.ToolStripProgressBar.
Показать файл Открыть проект

Открытые методы

Метод Описание
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