Nevron Open Vision Documentation
Nevron.Nov.Layout Namespace / NDockLayout Class / ArrangeBoxes Method


In This Topic
    ArrangeBoxes Method (NDockLayout)
    In This Topic
    Called to layout the specified boxes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ArrangeBoxes( _
       ByVal boxes As NBoxBodyList, _
       ByVal context As NLayoutContext _
    ) 
    'Usage
     
    
    Dim instance As NDockLayout
    Dim boxes As NBoxBodyList
    Dim context As NLayoutContext
     
    instance.ArrangeBoxes(boxes, context)
    protected override void ArrangeBoxes( 
       NBoxBodyList boxes,
       NLayoutContext context
    )

    Parameters

    boxes
    context
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also