This topic has not yet been rated - Rate this topic

_DTE::StatusBar Property

Gets the StatusBar object, representing the status bar on the main development environment window.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
property StatusBar^ StatusBar {
	StatusBar^ get ();
}

Property Value

Type: EnvDTE::StatusBar
A StatusBar object.
Sub StatusBarExample()
  MsgBox(DTE.StatusBar.Text)
End Sub
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.