Leer en inglés Editar

Compartir a través de


ScrollBarArrowButtonState Enum

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

C#
public enum ScrollBarArrowButtonState
Inheritance
ScrollBarArrowButtonState

Fields

Name Value Description
UpNormal 1

The scroll arrow points up and is normal.

UpHot 2

The scroll arrow points up and is hot.

UpPressed 3

The scroll arrow points up and is pressed.

UpDisabled 4

The scroll arrow points up and is disabled.

DownNormal 5

The scroll arrow points down and is normal.

DownHot 6

The scroll arrow points down and is hot.

DownPressed 7

The scroll arrow points down and is pressed.

DownDisabled 8

The scroll arrow points down and is disabled.

LeftNormal 9

The scroll arrow points left and is normal.

LeftHot 10

The scroll arrow points left and is hot.

LeftPressed 11

The scroll arrow points left and is pressed.

LeftDisabled 12

The scroll arrow points left and is disabled.

RightNormal 13

The scroll arrow points right and is normal.

RightHot 14

The scroll arrow points right and is hot.

RightPressed 15

The scroll arrow points right and is pressed.

RightDisabled 16

The scroll arrow points right and is disabled.

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

Producto Versiones
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10