DTE2::StatusBar Property

 

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

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property StatusBar^ StatusBar {
	StatusBar^ get();
}

Property Value

Type: EnvDTE::StatusBar^

A StatusBar object.

Implements

_DTE::StatusBar

Sub StatusBarExample()
  MsgBox(DTE2.StatusBar.Text)
End Sub
Return to top
Show: