Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 777 Bytes

Project.Application.DisplayScrollBars.md

File metadata and controls

35 lines (22 loc) · 777 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DisplayScrollBars property (Project)
project-server
Project.Application.DisplayScrollBars
4c8e2aa3-3d85-94c8-d1ce-67586b78e7e7
06/08/2017
medium

Application.DisplayScrollBars property (Project)

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

Syntax

expression. DisplayScrollBars

expression A variable that represents an Application object.

Example

The following example changes the setting of the DisplayScrollBars property.

Sub ChangeDisplayScrollBars 
 DisplayScrollBars = Not DisplayScrollBars 
End Sub

[!includeSupport and feedback]