ScrollBarArrowButtonState Enum

Definition

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

public enum class ScrollBarArrowButtonState
public enum ScrollBarArrowButtonState
type ScrollBarArrowButtonState = 
Public Enum ScrollBarArrowButtonState
Inheritance
ScrollBarArrowButtonState

Fields

DownDisabled 8

The scroll arrow points down and is disabled.

DownHot 6

The scroll arrow points down and is hot.

DownNormal 5

The scroll arrow points down and is normal.

DownPressed 7

The scroll arrow points down and is pressed.

LeftDisabled 12

The scroll arrow points left and is disabled.

LeftHot 10

The scroll arrow points left and is hot.

LeftNormal 9

The scroll arrow points left and is normal.

LeftPressed 11

The scroll arrow points left and is pressed.

RightDisabled 16

The scroll arrow points right and is disabled.

RightHot 14

The scroll arrow points right and is hot.

RightNormal 13

The scroll arrow points right and is normal.

RightPressed 15

The scroll arrow points right and is pressed.

UpDisabled 4

The scroll arrow points up and is disabled.

UpHot 2

The scroll arrow points up and is hot.

UpNormal 1

The scroll arrow points up and is normal.

UpPressed 3

The scroll arrow points up and is pressed.

Remarks

The ScrollBarArrowButtonState values correspond to the states of the VisualStyleElement objects exposed by the VisualStyleElement.ScrollBar.ArrowButton class. The ScrollBarArrowButtonState values are also used as an argument in the ScrollBarRenderer.DrawArrowButton method.

Applies to