'Declaration
Public Shared Function GetTopLevelParent( _ ByVal c As System.Windows.Forms.Control _ ) As System.Windows.Forms.Control
'Usage
Dim 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