'DeclarationPublic Function ContainsChildOfType( _ ByVal type As System.Type _ ) As System.Boolean
'UsageDim 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