StatusBar Methods
Visual Studio 2015
Namespace:
EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Animate(Boolean, Object^) | Displays an animated picture in the StatusBar. |
![]() | Clear() | Clears all text from the StatusBar. |
![]() | Highlight(Boolean) | Toggles highlighting of text within the StatusBar. |
![]() | Progress(Boolean, String^, Int32, Int32) | Creates, modifies, and clears the meter control inside the StatusBar . |
![]() | SetLineColumnCharacter(Int32, Int32, Int32) | Sets the text column and character indicators in the StatusBar . |
![]() | SetXYWidthHeight(Int32, Int32, Int32, Int32) | Sets the x, y, width, and height coordinate indicators in the StatusBar. |
![]() | ShowTextUpdates(Boolean) | Determines whether the StatusBar shows text updates. |
Show:
