ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByVal dwTime As System.Integer, _
       ByVal dwFlags As System.UInteger _
    ) As System.Boolean
    public static System.bool AnimateWindow( 
       System.IntPtr hWnd,
       System.int dwTime,
       System.uint dwFlags
    )

    Parameters

    hWnd
    dwTime
    dwFlags
    See Also