Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDockBase Class / PerformDock Method
The control to dock


In This Topic
    PerformDock Method (NDockBase)
    In This Topic
    Performs docking of a INDockingControl object
    Syntax
    'Declaration
     
    
    Public Overridable Function PerformDock( _
       ByVal control As INDockingControl _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDockBase
    Dim control As INDockingControl
    Dim value As System.Boolean
     
    value = instance.PerformDock(control)
    public virtual System.bool PerformDock( 
       INDockingControl control
    )

    Parameters

    control
    The control to dock
    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