Share via


Application.StatusBar Property

Project Developer Reference

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

Syntax

expression.StatusBar

expression   A variable that represents an Application object.

Return Value
Variant

Remarks

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

See Also