|
SmartViewport
Reference
Returns or sets the amount of twips the viewport will scroll when the user clicks
a scrolling button. This property is only available when ScrollBarType
= svButtons.
Syntax
object.ButtonChange [= value]
The ButtonChange property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartViewport object. |
| value |
A long that specifies the amount of scroll. |
Remarks
The ButtonChange property will only accept positive values.
|