Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDocumentManager Class / LayoutMdi Method
The specified layout to apply.


In This Topic
    LayoutMdi Method (NDocumentManager)
    In This Topic
    Performs a specific layout upon mdi children (works only for standard mdi)
    Syntax
    'Declaration
     
    
    Public Overridable Sub LayoutMdi( _
       ByVal layout As System.Windows.Forms.MdiLayout _
    ) 
    'Usage
     
    
    Dim instance As NDocumentManager
    Dim layout As System.Windows.Forms.MdiLayout
     
    instance.LayoutMdi(layout)
    public virtual void LayoutMdi( 
       System.Windows.Forms.MdiLayout layout
    )

    Parameters

    layout
    The specified layout to apply.
    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