ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / RedrawWindow Method / RedrawWindow(IntPtr,IntPtr,IntPtr,UInt32) Method

In This Topic
    RedrawWindow(IntPtr,IntPtr,IntPtr,UInt32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function RedrawWindow( _
       ByVal hWnd As System.IntPtr, _
       ByVal lprcUpdate As System.IntPtr, _
       ByVal hrgnUpdate As System.IntPtr, _
       ByVal flags As System.UInteger _
    ) As System.Boolean
    public static System.bool RedrawWindow( 
       System.IntPtr hWnd,
       System.IntPtr lprcUpdate,
       System.IntPtr hrgnUpdate,
       System.uint flags
    )

    Parameters

    hWnd
    lprcUpdate
    hrgnUpdate
    flags
    See Also