Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneBase Class / MergeWithZone Method / MergeWithZone(INDockZone) Method
The zone to merge with.


In This Topic
    MergeWithZone(INDockZone) Method
    In This Topic
    Merges with the specified zone. The default processing will copy all the children from the specified zone to this one.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub MergeWithZone( _
       ByVal zone As INDockZone _
    ) 
    'Usage
     
    
    Dim instance As NDockZoneBase
    Dim zone As INDockZone
     
    instance.MergeWithZone(zone)
    public virtual void MergeWithZone( 
       INDockZone zone
    )

    Parameters

    zone
    The zone to merge with.
    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