ToolStripProgressBar::Step Property

 

Gets or sets the amount by which to increment the current value of the ToolStripProgressBar when the PerformStep method is called.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int Step {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An integer representing the incremental amount. The default value is 10.

.NET Framework
Available since 2.0
Return to top
Show: