EnableGlobalScrollPercentage Property
Specifies whether the scroll percentage is enabled for the Global Time Control.
Syntax
object.EnableGlobalScrollPercentage [= Boolean]
Properties
The EnableGlobalScrollPercentage property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether the scroll percentage is enabled. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Scroll percentage is enabled (Default). |
False |
Scroll percentage is not enabled. |
Remarks
This property must be disabled before you can use the GlobalFastScrollOption or GlobalSlowScrollOption properties.