Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

ProgressBar.Value Property

Gets or sets the current position of the ProgressBar.

[Visual Basic]
Public Property Value As Int32
[C#]
public Int32 Value {get; set;}

Remarks

The minimum and maximum values of the Value property are specified by the Minimum and Maximum properties. This property enables you to set an initial value on the server side. Most of time you would need to call setValue on the client side to actually "move" the progress bar.

See Also

ProgressBar Class | EO.Web Namespace


Direct link to this topic