System.Windows.Forms.ToolStripProgressBar.Value Property

Gets or sets the current value of the System.Windows.Forms.ToolStripProgressBar.

Syntax

[System.ComponentModel.DefaultValue(0)]
[System.ComponentModel.Bindable(true)]
public int Value { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ToolStripProgressBar.Value property must be in the range specified by the ToolStripProgressBar.Minimum and ToolStripProgressBar.Maximum properties.

Requirements

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