Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMdiChild Class / InvalidateFrame Method / InvalidateFrame(Rectangle) Method


In This Topic
    InvalidateFrame(Rectangle) Method
    In This Topic
    Invalidates the specified rectangular portion of the frame.
    Syntax
    'Declaration
     
    
    Public Overloads Sub InvalidateFrame( _
       ByVal invalid As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NMdiChild
    Dim invalid As System.Drawing.Rectangle
     
    instance.InvalidateFrame(invalid)
    public void InvalidateFrame( 
       System.Drawing.Rectangle invalid
    )

    Parameters

    invalid
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also