System.Windows.Forms.ScrollBarRenderer: Method Members

The methods of System.Windows.Forms.ScrollBarRenderer are listed below. For a list of all members, see the ScrollBarRenderer Members list.

See Also: Inherited members from System.Object

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.