Enum ScrollBarArrowButtonState
Defines scrollbar arrow button states.
public enum ScrollBarArrowButtonState
Fields
DownDisabled = 8
Specifies down arrow button in the disabled state.
DownHot = 6
Specifies down arrow button in the hot state.
DownNormal = 5
Specifies down arrow button in the normal state.
DownPressed = 7
Specifies down arrow button in the pressed state.
LeftDisabled = 12
Specifies left arrow button in the disabled state.
LeftHot = 10
Specifies left arrow button in the hot state.
LeftNormal = 9
Specifies left arrow button in the normal state.
LeftPressed = 11
Specifies left arrow button in the pressed state.
RightDisabled = 16
Specifies right arrow button in the disabled state.
RightHot = 14
Specifies right arrow button in the hot state.
RightNormal = 13
Specifies right arrow button in the normal state.
RightPressed = 15
Specifies right arrow button in the pressed state.
UpDisabled = 4
Specifies up arrow button in the disabled state.
UpHot = 2
Specifies up arrow button in the hot state.
UpNormal = 1
Specifies up arrow button in the normal state.
UpPressed = 3
Specifies up arrow button in the pressed state.