IVsStatusbar3.Animation2(Boolean, Int32, ImageMoniker[]) Method

Definition

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

public:
 bool Animation2(bool fOnOff, int Count, cli::array <Microsoft::VisualStudio::Imaging::Interop::ImageMoniker> ^ monikers);
bool Animation2(bool fOnOff, int Count, std::Array <Microsoft::VisualStudio::Imaging::Interop::ImageMoniker> const & monikers);
public bool Animation2 (bool fOnOff, int Count, Microsoft.VisualStudio.Imaging.Interop.ImageMoniker[] monikers);
abstract member Animation2 : bool * int * Microsoft.VisualStudio.Imaging.Interop.ImageMoniker[] -> bool
Public Function Animation2 (fOnOff As Boolean, Count As Integer, monikers As ImageMoniker()) As Boolean

Parameters

fOnOff
Boolean

If true, starts the animation. If false, stops the animation.

Count
Int32

The number of image monikers for the animation.

monikers
ImageMoniker[]

An array of image monikers for the animation.

Returns

True if and only if the operation succeeded.

Applies to