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