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


In This Topic
    PerformDock(INDockZone,DockStyle,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Overloads Sub PerformDock( _
       ByVal zone As INDockZone, _
       ByVal dockStyle As System.Windows.Forms.DockStyle, _
       ByVal index As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As INDockingPanel
    Dim zone As INDockZone
    Dim dockStyle As System.Windows.Forms.DockStyle
    Dim index As System.Integer
     
    instance.PerformDock(zone, dockStyle, index)
    void PerformDock( 
       INDockZone zone,
       System.Windows.Forms.DockStyle dockStyle,
       System.int index
    )

    Parameters

    zone
    dockStyle
    index
    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