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>

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

bool Animation2(
	bool fOnOff,
	int Count,
	array<ImageMoniker>^ monikers
)

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.

Return Value

Type: System::Boolean

True if and only if the operation succeeded.

Return to top
Show: