FadeOut Method
DirectX Only
FadeOut is an animation method that transitions a control's Opacity property from its current value to 0 over the specified duration. When the animation completes the Visible property will be False.
Like all animations, it is executed in a separate thread allowing other processing to continue.