Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.03 KB

Project.Application.WebHideToolbars.md

File metadata and controls

44 lines (26 loc) · 1.03 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WebHideToolbars method (Project)
vbapj.chm1306
vbapj.chm1306
project-server
Project.Application.WebHideToolbars
c6e323c9-b1a4-79bb-d714-b7ddaebbf619
06/08/2017
medium

Application.WebHideToolbars method (Project)

Shows or hides all toolbars except the Menu and Web toolbars. Obsolete in Project.

Syntax

expression. WebHideToolbars( _Hide_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Hide Optional Boolean True if all toolbars except the Menu and Web toolbars are hidden. The default value is True if toolbars other than Menu and Web are displayed, and False if they are not.

Return value

Boolean

Remarks

Project does not use toolbars.

[!includeSupport and feedback]