Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INDockingPanel Interface / CanBeParentedBy Method
The container to examine.


In This Topic
    CanBeParentedBy Method
    In This Topic
    Determines whether the current instance might be parented by the specified container.
    Syntax
    'Declaration
     
    
    Function CanBeParentedBy( _
       ByVal container As INDockingPanelContainer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INDockingPanel
    Dim container As INDockingPanelContainer
    Dim value As System.Boolean
     
    value = instance.CanBeParentedBy(container)
    System.bool CanBeParentedBy( 
       INDockingPanelContainer container
    )

    Parameters

    container
    The container to examine.
    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