'Declaration
Public Shared Function HasChildOfType( _ ByVal parent As System.Windows.Forms.Control, _ ByVal controlType As System.Type, _ ByVal nested As System.Boolean _ ) As System.Boolean
'Usage
Dim parent As System.Windows.Forms.Control Dim controlType As System.Type Dim nested As System.Boolean Dim value As System.Boolean value = NControlHelper.HasChildOfType(parent, controlType, nested)
public static System.bool HasChildOfType( System.Windows.Forms.Control parent, System.Type controlType, System.bool nested )
Parameters
- parent
- controlType
- nested