Share via


Application.DisplayScrollBars Property

Project Developer Reference

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

Syntax

expression.DisplayScrollBars

expression   A variable that represents an Application object.

Return Value
Boolean

Example

The following example changes the setting of the DisplayScrollBars property.

Visual Basic for Applications
  Sub ChangeDisplayScrollBars
    DisplayScrollBars = Not DisplayScrollBars
End Sub

See Also