Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1014 Bytes

Project.Application.DisplayEntryBar.md

File metadata and controls

33 lines (21 loc) · 1014 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.DisplayEntryBar property (Project)
vbapj.chm131730
vbapj.chm131730
project-server
Project.Application.DisplayEntryBar
56121152-2302-9d32-3a64-68b8b68f0f90
06/08/2017
medium

Application.DisplayEntryBar property (Project)

Gets or sets a value that determines whether the data entry bar is visible. True if the data entry bar is visible. Read/write Boolean.

Syntax

expression. DisplayEntryBar

expression A variable that represents an Application object.

Remarks

If the entry bar is selected and you run the command DisplayEntryBar = False, Project shows run-time error 1100, "The method is not available in this situation."

The DisplayEntryBar property corresponds to the Entry bar checkbox on the Display tab of the Project Options dialog box.

[!includeSupport and feedback]