System.Windows.Forms.ScrollButton Enumeration

Specifies the type of scroll arrow to draw on a scroll bar.

Syntax

public enum ScrollButton

Remarks

This enumeration is used by ControlPaint.DrawScrollButton(System.Drawing.Graphics, System.Drawing.Rectangle, ScrollButton, ButtonState).

Members

Member NameDescription
Down

A down-scroll arrow.

Left

A left-scroll arrow.

Max

A maximum-scroll arrow.

Min

A minimum-scroll arrow.

Right

A right-scroll arrow.

Up

An up-scroll arrow.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0