Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / INControlDock Interface / PerformUndock Method
The specified control.


In This Topic
    PerformUndock Method (INControlDock)
    In This Topic
    Preforms undock operation upon the specified control.
    Syntax
    'Declaration
     
    
    Function PerformUndock( _
       ByVal control As INDockingControl _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INControlDock
    Dim control As INDockingControl
    Dim value As System.Boolean
     
    value = instance.PerformUndock(control)
    System.bool PerformUndock( 
       INDockingControl control
    )

    Parameters

    control
    The specified control.

    Return Value

    True f operation was successful, false otherwise.
    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