Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Scroll Property
See Also Example Applies To
Returns or sets a value that specifies if scrollbars are displayed.
Syntax
object.Scroll [= boolean]
The Scroll property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| boolean | A Boolean expression specifying if the object has scrollbars, as described in Settings. |
Settings
The settings for boolean are:
| Constant | Description |
| False | (Default) The object doesn't have scrollbars. |
| True | The object has scrollbars. |