Application.StatusBar

説明

String値を使用してステータスバーのテキストを設定します。

C#構文

// set accessor

Application.StatusBar = String;

VBScript の例

' Change the display text in the status bar

Application.StatusBar = "Hello world"