'Declaration
Public Shared Function HasParentOfType( _ ByVal c As System.Windows.Forms.Control, _ ByVal t As System.Type _ ) As System.Boolean
'Usage
Dim c As System.Windows.Forms.Control Dim t As System.Type Dim value As System.Boolean value = NControlHelper.HasParentOfType(c, t)
Parameters
- c
- t