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


In This Topic
    PerformDock(INDockZone,DockStyle,Int32) Method
    In This Topic
    Docks the current instance at the specified dock zone using the specified dock style at the specified index.
    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
    The target zone.
    dockStyle
    The preffered dock style.
    index
    The preffered 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