Table of Contents

Method SetInactiveBitmap

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetInactiveBitmap(ImageSet?)

Sets the bitmap to show on the control when it's not playing an animation.

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.