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

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

    Parameters

    hWnd
    lprcUpdate
    hrgnUpdate
    flags
    See Also