InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ProgressBarElement Class / ProgressBarElement Constructor / ProgressBarElement Constructor(Style)
Style used to paint the element's background.

In This Topic
    ProgressBarElement Constructor(Style)
    In This Topic
    Initializes a new instance of a ProgressBarElement with a given Style.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Style _
    )
    public ProgressBarElement( 
       Style style
    )

    Parameters

    style
    Style used to paint the element's background.
    See Also