Method SetInactiveBitmap
SetInactiveBitmap(ImageSet?)
Sets the bitmap to show on the control when it's not playing an animation.
public virtual void SetInactiveBitmap(ImageSet? bitmap)
Parameters
bitmap
ImageSet
Remarks
If you set as inactive bitmap null
(which is the default), then the first
frame of the animation is instead shown when the control is inactive;
in this case, if there's no valid animation associated with the control, then
the background color of the control is shown.