This topic has not yet been rated - Rate this topic

DTE2.StatusBar Property 

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

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

StatusBar StatusBar { get; }
/** @property */
StatusBar get_StatusBar ()

function get StatusBar () : StatusBar

Property Value

A StatusBar object.
Sub StatusBarExample()
  MsgBox(DTE2.StatusBar.Text)
End Sub
Did you find this helpful?
(1500 characters remaining)
Advertisement