C1.Win.4.8 Assembly / C1.Framework Namespace / ProgressBarElement Class
Members

ProgressBarElement Class
Element equivalent to a WinForms System.Windows.Forms.ProgressBar control.
Object Model
ProgressBarElement Class
Syntax
'Declaration
 
Public Class ProgressBarElement 
   Inherits 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