Version

ProgressBarRoles Enumeration

Names of the css classes for the progress bar.
Syntax
'Declaration
 
Public Enum ProgressBarRoles 
   Inherits System.Enum
public enum ProgressBarRoles : System.Enum 
Members
MemberDescription
Background_HorizThe CSS Class that will be applied to the background div. The background image will be the displayed unfilled region.

Applied when Orientation is set to Horizontal.

Background_VertThe CSS Class that will be applied to the background div. The background image will be the displayed unfilled region.

Applied when Orientation is set to Vertical.

BackgroundLabelThe CSS Class that should contain the color of the background label (and probably nothing else).
BaseLabelThe CSS Class that will be applied to all labels. This will ensure consistent behavior across the labels.
ContainerThe CSS Class that is applied to the containing div. This should not be altered.
ControlThe CSS Class that will be applied to the outer control.
Fill_HorizThe CSS Class that will be applied to the fill div. The background image will be the displayed filled region.

Applied when Orientation is set to Horizontal.

Fill_VertThe CSS Class that will be applied to the fill div. The background image will be the displayed filled region.

Applied when Orientation is set to Vertical.

ForegroundLabelThe CSS Class that should contain the color of the foreground label (and probably nothing else).
InnerDivThe CSS Class applied to all divs inside the container. This should not be altered.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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