Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 860 Bytes

Project.Application.StatusBar.md

File metadata and controls

38 lines (22 loc) · 860 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Application.StatusBar property (Project)
project-server
Project.Application.StatusBar
c88965a0-302c-e0ce-ca5b-06fc2d21ff2d
06/08/2017
medium

Application.StatusBar property (Project)

Gets or sets text in the status bar. Read/write Variant.

Syntax

expression. StatusBar

expression A variable that represents an Application object.

Remarks

The StatusBar property returns False if the status bar is displaying the default text. Setting StatusBar to the Boolean value False restores the default text.

Example

The following line of code sets custom text in the status bar.

Application.StatusBar = "This is custom text."

[!includeSupport and feedback]