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.
public enum class ScrollBarArrowButtonState
public enum ScrollBarArrowButtonState
type ScrollBarArrowButtonState =
Public Enum ScrollBarArrowButtonState
- Inheritance
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.