Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / ResumePainting Method
True to force a refresh, false otherwise.


In This Topic
    ResumePainting Method
    In This Topic
    Resumes previously locked painting.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResumePainting( _
       ByVal refresh As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDockManager
    Dim refresh As System.Boolean
     
    instance.ResumePainting(refresh)
    public virtual void ResumePainting( 
       System.bool refresh
    )

    Parameters

    refresh
    True to force a refresh, false otherwise.
    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