Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NControlView Class / Invalidate Method


In This Topic
    Invalidate Method (NControlView)
    In This Topic
    Causes the view to repaint
    Syntax
    'Declaration
     
    
    Public Overrides Sub Invalidate( _
       ByVal internalUpdate As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NControlView
    Dim internalUpdate As System.Boolean
     
    instance.Invalidate(internalUpdate)
    public override void Invalidate( 
       System.bool internalUpdate
    )

    Parameters

    internalUpdate
    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