ProgressBarElement Constructor(Style)
In This Topic
Initializes a new instance of a
ProgressBarElement with a given
Style.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public ProgressBarElement(
Style
)
Parameters
- style
- Style used to paint the element's background.
See Also