Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockZone Interface / UpdateFromZone Method


In This Topic
    UpdateFromZone Method (INDockZone)
    In This Topic
    Updates from the specified zone. By default this method will copy the SizeInfo and Padding values.
    Syntax
    'Declaration
     
    
    Sub UpdateFromZone( _
       ByVal zone As INDockZone _
    ) 
    'Usage
     
    
    Dim instance As INDockZone
    Dim zone As INDockZone
     
    instance.UpdateFromZone(zone)
    void UpdateFromZone( 
       INDockZone zone
    )

    Parameters

    zone
    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