System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState Enumeration

Specifies the visual state of a scroll arrow that is drawn with visual styles.

Syntax

public enum ScrollBarArrowButtonState

Remarks

The System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState values correspond to the states of the System.Windows.Forms.VisualStyles.VisualStyleElement objects exposed by the System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.ArrowButton class. The System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState values are also used as an argument in the System.Windows.Forms.ScrollBarRenderer.DrawArrowButton(System.Drawing.Graphics, System.Drawing.Rectangle, ScrollBarArrowButtonState) method.

Members

Member NameDescription
DownDisabled

The scroll arrow points down and is disabled.

DownHot

The scroll arrow points down and is hot.

DownNormal

The scroll arrow points down and is normal.

DownPressed

The scroll arrow points down and is pressed.

LeftDisabled

The scroll arrow points left and is disabled.

LeftHot

The scroll arrow points left and is hot.

LeftNormal

The scroll arrow points left and is normal.

LeftPressed

The scroll arrow points left and is pressed.

RightDisabled

The scroll arrow points right and is disabled.

RightHot

The scroll arrow points right and is hot.

RightNormal

The scroll arrow points right and is normal.

RightPressed

The scroll arrow points right and is pressed.

UpDisabled

The scroll arrow points up and is disabled.

UpHot

The scroll arrow points up and is hot.

UpNormal

The scroll arrow points up and is normal.

UpPressed

The scroll arrow points up and is pressed.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0