Version

ProgressBarUIElement Class

UIElement for displaying the unfilled area of a ProgressBar.
Syntax
'Declaration
 
Public Class ProgressBarUIElement 
   Inherits Infragistics.Win.UIElement
   Implements Infragistics.Win.UIAutomation.IProvideUIAutomation 
Remarks

The ProgressBarUIElement can have two child elements - a Infragistics.Win.TextUIElement used to display the Label and a ProgressBarFillUIElement used to render the filled area of the ProgressBar. The element may be a child of the ProgressBarControlUIElement.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also