Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / ResetLayout Method / ResetLayout(Boolean) Method


In This Topic
    ResetLayout(Boolean) Method
    In This Topic
    Resets the current layout to its infinite state.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub ResetLayout( _
       ByVal disposePanels As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NDockManager
    Dim disposePanels As System.Boolean
     
    instance.ResetLayout(disposePanels)
    public virtual void ResetLayout( 
       System.bool disposePanels
    )

    Parameters

    disposePanels
    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