'DeclarationPublic Shared Function GetTopLevelParent( _ ByVal c As System.Windows.Forms.Control _ ) As System.Windows.Forms.Control
'UsageDim c As System.Windows.Forms.Control Dim value As System.Windows.Forms.Control value = NControlHelper.GetTopLevelParent(c)
public static System.Windows.Forms.Control GetTopLevelParent( System.Windows.Forms.Control c )
Parameters
- c