IVsStatusbar3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to the environment's status bar.
public interface class IVsStatusbar3
public interface class IVsStatusbar3
__interface IVsStatusbar3
[System.Runtime.InteropServices.Guid("5A257C4A-2EB3-4DB7-83DF-29F4A45B632C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStatusbar3
[<System.Runtime.InteropServices.Guid("5A257C4A-2EB3-4DB7-83DF-29F4A45B632C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsStatusbar3 = interface
Public Interface IVsStatusbar3
- Attributes
Methods
Animation2(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> |