InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / AnimateWindow Method

In This Topic
    AnimateWindow Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function AnimateWindow( _
       ByVal hWnd As IntPtr, _
       ByVal dwTime As Integer, _
       ByVal dwFlags As UInteger _
    ) As Boolean
    public static bool AnimateWindow( 
       IntPtr hWnd,
       int dwTime,
       uint dwFlags
    )

    Parameters

    hWnd
    dwTime
    dwFlags
    See Also