TreeView for WinForms | ComponentOne
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 IntPtr, _
       ByRef rc As Win32.RECT _
    ) As Boolean
    public static bool RedrawWindow( 
       IntPtr handle,
       ref Win32.RECT rc
    )

    Parameters

    handle
    rc
    See Also