System.Windows.Forms.ScrollBarRenderer Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
IsSupportedbool.

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

Public Methods

static
DrawArrowButton(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState)

Draws a scroll arrow with visual styles.

static
DrawHorizontalThumb(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarState)

Draws a horizontal scroll box (also known as the thumb) with visual styles.

static
DrawHorizontalThumbGrip(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarState)

Draws a grip on a horizontal scroll box (also known as the thumb) with visual styles.

static
DrawLeftHorizontalTrack(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarState)

Draws a horizontal scroll bar track with visual styles.

static
DrawLowerVerticalTrack(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarState)

Draws a vertical scroll bar track with visual styles.

static
DrawRightHorizontalTrack(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarState)

Draws a horizontal scroll bar track with visual styles.

static
DrawSizeBox(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState)

Draws a scroll bar sizing handle with visual styles.

static
DrawUpperVerticalTrack(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarState)

Draws a vertical scroll bar track with visual styles.

static
DrawVerticalThumb(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarState)

Draws a vertical scroll box (also known as the thumb) with visual styles.

static
DrawVerticalThumbGrip(System.Drawing.Graphics, System.Drawing.Rectangle, System.Windows.Forms.VisualStyles.ScrollBarState)

Draws a grip on a vertical scroll box (also known as the thumb) with visual styles.

static
GetSizeBoxSize(System.Drawing.Graphics, System.Windows.Forms.VisualStyles.ScrollBarState) : System.Drawing.Size

Returns the size of the sizing handle.

static
GetThumbGripSize(System.Drawing.Graphics, System.Windows.Forms.VisualStyles.ScrollBarState) : System.Drawing.Size

Returns the size of the scroll box grip.