title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Application.StatusBar property (Project) |
project-server |
|
c88965a0-302c-e0ce-ca5b-06fc2d21ff2d |
06/08/2017 |
medium |
Gets or sets text in the status bar. Read/write Variant.
expression. StatusBar
expression A variable that represents an Application object.
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.
The following line of code sets custom text in the status bar.
Application.StatusBar = "This is custom text."
[!includeSupport and feedback]