DTE2.StatusBar Property

Definition

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

public:
 property EnvDTE::StatusBar ^ StatusBar { EnvDTE::StatusBar ^ get(); };
public:
 property EnvDTE::StatusBar ^ StatusBar { EnvDTE::StatusBar ^ get(); };
[System.Runtime.InteropServices.DispId(225)]
public EnvDTE.StatusBar StatusBar { [System.Runtime.InteropServices.DispId(225)] get; }
[<System.Runtime.InteropServices.DispId(225)>]
[<get: System.Runtime.InteropServices.DispId(225)>]
member this.StatusBar : EnvDTE.StatusBar
Public ReadOnly Property StatusBar As StatusBar

Property Value

A StatusBar object.

Implements

Attributes

Examples

Sub StatusBarExample()  
  MsgBox(DTE2.StatusBar.Text)  
End Sub  

Applies to