Progress Bar Control Properties in VB.NET

Progress Bar Control Properties in VB.NET?

Explanation

Progress Bar Control Properties

Following table lists the Properties, Events, Methods commonly used by the Progress Bar Control in Visual Basic.net 2008.
Properties:
Properties Description
Font This property sets the font properties for the control.
ForeColor This property is used to set the forecolor for the object.
Maximum This property is used to get or set the progress bars maximum value.
Minimum This property is used to get or set the progress bars minimum value.
Value Property is used to get or set the current value of the progress bar.
Increment Property is used to increase the position of the progress bar by the given value.
PerformStep Property is used to increment the value of the progress bar by the Steps property.
Methods:
Method Description
Increment Method used to increment the position of the progress bar by the given value.
PerformStep Methods used to increment the value of the progress bar by Step property.

Visual Basic Tutorial


Ask Questions

Ask Question