Nevron.UI.WinForm.Docking Namespace / INDockingPanel Interface / PerformDock Method / PerformDock(INDockZone,DockStyle) Method


In This Topic
    PerformDock(INDockZone,DockStyle) Method
    In This Topic
    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
    dockStyle
    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