title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.DisplayScrollBars property (Project) |
project-server |
|
4c8e2aa3-3d85-94c8-d1ce-67586b78e7e7 |
06/08/2017 |
medium |
True if the scroll bars are visible for all projects. Read/write Boolean.
expression. DisplayScrollBars
expression A variable that represents an Application object.
The following example changes the setting of the DisplayScrollBars property.
Sub ChangeDisplayScrollBars
DisplayScrollBars = Not DisplayScrollBars
End Sub
[!includeSupport and feedback]