DisplayScrollBars Property

True if the scroll bars are visible for all projects. Read/write Boolean.

Example

The following example changes the setting of the DisplayScrollBars property.

Sub ChangeDisplayScrollBars
    DisplayScrollBars = Not DisplayScrollBars
End Sub

Applies to | Application Object