Application.StatusBar

Description

Sets the status bar text using a String value.

C# Syntax

// set accessor

Application.StatusBar = String;

Examples

VBScript Example

' Change the display text in the status bar

Application.StatusBar = "Hello world"