System.Windows.Forms.ProgressBarRenderer Members

The members of System.Windows.Forms.ProgressBarRenderer are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
ChunkSpaceThicknessint.

Gets the width, in pixels, of the space between each inner piece of the progress bar.

[read-only]
static
ChunkThicknessint.

Gets the width, in pixels, of a single inner piece of the progress bar.

[read-only]
static
IsSupportedbool.

Gets a value indicating whether the System.Windows.Forms.ProgressBarRenderer class can be used to draw a progress bar control with visual styles.

Public Methods

static
DrawHorizontalBar(System.Drawing.Graphics, System.Drawing.Rectangle)

Draws an empty progress bar control that fills in horizontally.

static
DrawHorizontalChunks(System.Drawing.Graphics, System.Drawing.Rectangle)

Draws a set of progress bar pieces that fill a horizontal progress bar.

static
DrawVerticalBar(System.Drawing.Graphics, System.Drawing.Rectangle)

Draws an empty progress bar control that fills in vertically.

static
DrawVerticalChunks(System.Drawing.Graphics, System.Drawing.Rectangle)

Draws a set of progress bar pieces that fill a vertical progress bar.