Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockingPanel Interface / PerformDock Method / PerformDock(INDockZone,DockStyle) Method
The target zone.
The preffered dock style.


In This Topic
    PerformDock(INDockZone,DockStyle) Method
    In This Topic
    Docks the current instance at the specified dock zone using the specified dock style.
    Syntax
    'Declaration
     
    
    Overloads Sub PerformDock( _
       ByVal zone As INDockZone, _
       ByVal dockStyle As System.Windows.Forms.DockStyle _
    ) 
    'Usage
     
    
    Dim instance As INDockingPanel
    Dim zone As INDockZone
    Dim dockStyle As System.Windows.Forms.DockStyle
     
    instance.PerformDock(zone, dockStyle)
    void PerformDock( 
       INDockZone zone,
       System.Windows.Forms.DockStyle dockStyle
    )

    Parameters

    zone
    The target zone.
    dockStyle
    The preffered dock style.
    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