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


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

    Parameters

    control
    The specified control.

    Return Value

    True if 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