User32AnimateWindow Method

Overload List

AnimateWindow(IntPtr, Int32, WindowAnimation) Produces special effects when showing or hiding a window.

This doesn't show the window so make sure you call Show or set Visible property to after calling AnimateWindow(IntPtr, Int32, WindowAnimation).

AnimateWindow(SafeHandle, Int32, WindowAnimation) Produces special effects when showing or hiding a window.

This doesn't show the window so make sure you call Show or set Visible property to after calling AnimateWindow(IntPtr, Int32, WindowAnimation).

See Also