Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / INControlDock Interface / CanAcceptControl Method
The docking control to check for.


In This Topic
    CanAcceptControl Method (INControlDock)
    In This Topic
    Checks whether the dock can accept the specified docking control.
    Syntax
    'Declaration
     
    
    Function CanAcceptControl( _
       ByVal dockingControl As INDockingControl _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INControlDock
    Dim dockingControl As INDockingControl
    Dim value As System.Boolean
     
    value = instance.CanAcceptControl(dockingControl)
    System.bool CanAcceptControl( 
       INDockingControl dockingControl
    )

    Parameters

    dockingControl
    The docking control to check for.

    Return Value

    True if can accept the control, 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