Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NToolbarDock Class / PerformUndock Method


In This Topic
    PerformUndock Method (NToolbarDock)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function PerformUndock( _
       ByVal control As INDockingControl _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NToolbarDock
    Dim control As INDockingControl
    Dim value As System.Boolean
     
    value = instance.PerformUndock(control)
    public override System.bool PerformUndock( 
       INDockingControl control
    )

    Parameters

    control
    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