Gets or sets whether the sprite is active and displayed.
Syntax: IsActive As Boolean
You could use LifeTimeCounter property to activate a sprite for a limited period.
The sprite will only be displayed if it was added to a GameWindow object.
Example:
Sprite.IsActive = False