DisplayScrollBars property

Sets or returns whether the bottom and right scroll bars are visible.

Syntax

BooleanVariable = object.DisplayScrollBars

object.DisplayScrollBars = <Boolean>

Where:

     BooleanVariable determines whether the scroll bars are displayed (True) or not (False).

     object is the ApplicationPreferences object.

Examples ...

DisplayScrollBars property example