InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ProgressBarElement Class
Members

In This Topic
    ProgressBarElement Class
    In This Topic
    Element equivalent to a WinForms System.Windows.Forms.ProgressBar control.
    Object Model
    ProgressBarElement Class
    Syntax
    'Declaration
     
    Public Class ProgressBarElement 
       Inherits Element
    public class ProgressBarElement : Element 
    Remarks

    This element has two styles: the regular (Element.Style) is used to paint the element background; the ProgressBarElement.ProgressStyle is used to paint the progress indicator.

    If either style is set to null (the default value), then the background and/or progress indicators are rendered using system's current visual theme.

    Inheritance Hierarchy

    System.Object
       C1.Framework.Element
          C1.Framework.ProgressBarElement

    See Also