IScrollBar Interface Members
In This Topic
The following tables list the members exposed by IScrollBar.
Public Methods
| Name | Description |
| getLargeChange | Gets a value to be added to or subtracted from the value of a RangeBase control. When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of LargeChange. |
| getOrientation | Gets whether the @code:IScrollBar is displayed horizontally or vertically. |
| setLargeChange | Sets a value to be added to or subtracted from the value of a RangeBase control. When the user clicks the Track of a ScrollBar, the Value property increases or decreases by the value of LargeChange. |
| setOrientation | Sets whether the @code:IScrollBar is displayed horizontally or vertically. |
Top
See Also