Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.23 KB

Project.Application.WebToolbar.md

File metadata and controls

46 lines (27 loc) · 1.23 KB
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.WebToolbar method (Project)
vbapj.chm1321
vbapj.chm1321
project-server
Project.Application.WebToolbar
ff0f557f-ec63-0acd-da89-bc06c857524d
06/08/2017
medium

Application.WebToolbar method (Project)

Shows or hides the Web toolbar. Obsolete in Project.

Syntax

expression. WebToolbar( _Show_ )

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Show Optional Boolean True if the Web toolbar is shown. The default is to toggle the current setting.

Return value

Boolean

Remarks

Project does not use toolbars; the WebToolbar method has no effect.

You can create a custom group on a tab in the ribbon that includes commands for webpages. For example, open the Project Options dialog box, choose Customize Ribbon, and then create a new group in a tab. Add commands such as Back, Forward, Stop, Refresh, Start Page, Search the Web, and Open Hyperlink.

[!includeSupport and feedback]