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

In This Topic
    RedrawWindow(IntPtr,RECT) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function RedrawWindow( _
       ByVal handle As System.IntPtr, _
       ByRef rc As Win32.RECT _
    ) As System.Boolean
    public static System.bool RedrawWindow( 
       System.IntPtr handle,
       ref Win32.RECT rc
    )

    Parameters

    handle
    rc
    See Also