IVsStatusbar3::Animation2 Method (Boolean, Int32, array<ImageMoniker>^)
Visual Studio 2015
Starts or stops a status bar animation./// </summary>/// <param name="fOnOff"> </param>/// <param name="count"> </param>/// <param name="monikers"> </param>/// <returns> </returns>
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
Parameters
- fOnOff
-
Type:
System::Boolean
If true, starts the animation. If false, stops the animation.
- Count
-
Type:
System::Int32
The number of image monikers for the animation.
- monikers
-
Type:
array<Microsoft.VisualStudio.Imaging.Interop::ImageMoniker>^
An array of image monikers for the animation.
Show: