TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / AnimateWindow Method

In This Topic
    AnimateWindow Method
    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