Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockZoneBase Class / ContainsChildOfType Method
The type to search for. The check is Type.IsInstanceOfType()


In This Topic
    ContainsChildOfType Method (NDockZoneBase)
    In This Topic
    Checks whether a child of the specified type is contained by this zone or one of its children.
    Syntax
    'Declaration
     
    
    Public Function ContainsChildOfType( _
       ByVal type As System.Type _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDockZoneBase
    Dim type As System.Type
    Dim value As System.Boolean
     
    value = instance.ContainsChildOfType(type)
    public System.bool ContainsChildOfType( 
       System.Type type
    )

    Parameters

    type
    The type to search for. The check is Type.IsInstanceOfType()
    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