_Global.StatusBar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the specified text in the status bar.
public:
property System::String ^ StatusBar { void set(System::String ^ value); };
public string StatusBar { set; }
member this.StatusBar : string
Public Property StatusBar As String