TTMSFNCScrollButtonChange Enumeration
Describes the scroll increment type triggered by a scroll-button press.
API unit family: TMSFNCScrollBar
Members
| Name | Description |
|---|---|
sbcNone |
No scroll change. |
sbcSmallSubstract |
Decrement the value by SmallChange. |
sbcSmallAdd |
Increment the value by SmallChange. |
sbcLargeSubstract |
Decrement the value by LargeChange. |
sbcLargeAdd |
Increment the value by LargeChange. |