IVsStatusbar Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodAnimation(Int32, Object^)

Controls the animation of the icon in the status bar.

System_CAPS_pubmethodClear()

Clears the status text area and the editor information area in the status bar.

System_CAPS_pubmethodFreezeOutput(Int32)

Inhibits updates to the status text area.

System_CAPS_pubmethodGetFreezeCount(Int32)

Returns the number of freeze holds on the status bar.

System_CAPS_pubmethodGetText(String^)

Retrieves the current status bar text.

System_CAPS_pubmethodIsCurrentUser(IVsStatusbarUser^, Int32)

Determines whether the specified user is the current user of the status bar.

System_CAPS_pubmethodIsFrozen(Int32)

Returns the freeze state of the status bar.

System_CAPS_pubmethodProgress(UInt32, Int32, String^, UInt32, UInt32)

Shows the progress of operations that take a determinate amount of time.

System_CAPS_pubmethodSetColorText(String^, UInt32, UInt32)

Sets the status bar text with foreground and background colors.

System_CAPS_pubmethodSetInsMode(Object^)

Sets the mode of the editor in the status bar to either insert or overwrite.

System_CAPS_pubmethodSetLineChar(Object^, Object^)

Displays the line number and character position in the editor information area of the status bar.

System_CAPS_pubmethodSetLineColChar(Object^, Object^, Object^)

Displays the line number, column number, and character position in the editor information area of the status bar.

System_CAPS_pubmethodSetSelMode(Object^)

Sets the block or stream selection mode of the editor in the status bar.

System_CAPS_pubmethodSetText(String^)

Sets the status bar text in the text area.

System_CAPS_pubmethodSetXYWH(Object^, Object^, Object^, Object^)

Displays the (x,y) position and the width and height of the current graphics box in the editor information area of the status bar.

Return to top
Show: