Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / FindContainer Method
The id to search for.


In This Topic
    FindContainer Method
    In This Topic
    Seraches from all registered containers for the one which id is equal to the specified one.
    Syntax
    'Declaration
     
    
    Public Function FindContainer( _
       ByVal id As System.Guid _
    ) As NDockingPanelContainer
    'Usage
     
    
    Dim instance As NDockManager
    Dim id As System.Guid
    Dim value As NDockingPanelContainer
     
    value = instance.FindContainer(id)
    public NDockingPanelContainer FindContainer( 
       System.Guid id
    )

    Parameters

    id
    The id to search for.
    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