'Declaration
Public Shared Function GetParentTypeOccurances( _ ByVal child As System.Windows.Forms.Control, _ ByVal parentType As System.Type _ ) As System.Integer
'Usage
Dim child As System.Windows.Forms.Control Dim parentType As System.Type Dim value As System.Integer value = NControlHelper.GetParentTypeOccurances(child, parentType)
public static System.int GetParentTypeOccurances( System.Windows.Forms.Control child, System.Type parentType )
Parameters
- child
- parentType