Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockingPanel Interface / PerformDock Method / PerformDock(INDockZone) Method
The zone to dock onto


In This Topic
    PerformDock(INDockZone) Method
    In This Topic
    Docks the panel on the specified zone.
    Syntax
    'Declaration
     
    
    Overloads Sub PerformDock( _
       ByVal zone As INDockZone _
    ) 
    'Usage
     
    
    Dim instance As INDockingPanel
    Dim zone As INDockZone
     
    instance.PerformDock(zone)
    void PerformDock( 
       INDockZone zone
    )

    Parameters

    zone
    The zone to dock onto
    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