IVsStatusbar3 Interface

Visual Studio 2015
 

Provides access to the environment's status bar.

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

[GuidAttribute("5A257C4A-2EB3-4DB7-83DF-29F4A45B632C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStatusbar3

NameDescription
System_CAPS_pubmethodAnimation2(Boolean, Int32, ImageMoniker[])

Starts or stops a status bar animation./// </summary>/// <param name="fOnOff"> </param>/// <param name="count"> </param>/// <param name="monikers"> </param>/// <returns> </returns>

Return to top
Show: