Input for WinForms | ComponentOne
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 ClassElementList ClassElement ClassIView InterfaceElement ClassStyle ClassStyle ClassElement ClassStyle Class
    Syntax
    'Declaration
     
    
    Public Class ProgressBarElement 
       Inherits Element
    public class ProgressBarElement : Element 
    Remarks

    This element has two styles: the regular (Style) is used to paint the element background; the 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