Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDockBase Class / PerformUndock Method
The control to undock


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

    Parameters

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