System.Windows.Forms.ToolStripProgressBar.Minimum Property

Gets or sets the lower bound of the range that is defined for this System.Windows.Forms.ToolStripProgressBar.

Syntax

[System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.DefaultValue(0)]
public int Minimum { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property specifies the lower limit of the ToolStripProgressBar.Value property. When the value of the ToolStripProgressBar.Minimum property is changed, the System.Windows.Forms.ToolStripProgressBar control is redrawn to reflect the new range of the control. When the value of the ToolStripProgressBar.Value property is equal to the value of the ToolStripProgressBar.Minimum property, the progress bar is empty. To change the value of the progress bar, use the ToolStripProgressBar.Step property with the ToolStripProgressBar.PerformStep method, use the ToolStripProgressBar.Increment(int) method, or set the value of the ToolStripProgressBar.Value property directly.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0