StatusBar Methods

 

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

NameDescription
System_CAPS_pubmethodAnimate(Boolean, Object^)

Displays an animated picture in the StatusBar.

System_CAPS_pubmethodClear()

Clears all text from the StatusBar.

System_CAPS_pubmethodHighlight(Boolean)

Toggles highlighting of text within the StatusBar.

System_CAPS_pubmethodProgress(Boolean, String^, Int32, Int32)

Creates, modifies, and clears the meter control inside the StatusBar .

System_CAPS_pubmethodSetLineColumnCharacter(Int32, Int32, Int32)

Sets the text column and character indicators in the StatusBar .

System_CAPS_pubmethodSetXYWidthHeight(Int32, Int32, Int32, Int32)

Sets the x, y, width, and height coordinate indicators in the StatusBar.

System_CAPS_pubmethodShowTextUpdates(Boolean)

Determines whether the StatusBar shows text updates.

Return to top
Show: