ProgressBar(styleType, Int32, String, Color, Color, Color, Double, Boolean, ToolBarButton) Constructor

Standard constructor.
Public Sub New( _ 
ByVal style As styleType, _ 
ByVal value As Integer, _ 
ByVal text As String, _ 
ByVal textColor As Color, _ 
ByVal textBackgroundColor As Color, _ 
ByVal color As Color, _ 
ByVal drawScale As Double, _ 
ByVal visible As Boolean, _ 
ByVal button As ToolBarButton
)
This language is not supported or no code example is available.
public ProgressBar( 
styleType style
int value
string text
Color textColor
Color textBackgroundColor
Color color
double drawScale
bool visible
ToolBarButton button 
)
This language is not supported or no code example is available.

Parameters

style
styleType

Progress bar style mode

value
int

Progress bar value [0-100]

text
string

Progress bar text

textColor
Color

Progress bar text color

textBackgroundColor
Color

Progress bar text background color

color
Color

Progress bar color

drawScale
double

Drawing scale

visible
bool

Visibility status

button
ToolBarButton

The Cancel button

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition