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