'Declaration
Public Shared Function GetFirstManagedParent( _ ByVal hwnd As System.IntPtr _ ) As System.Windows.Forms.Control
'Usage
Dim hwnd As System.IntPtr Dim value As System.Windows.Forms.Control value = NControlHelper.GetFirstManagedParent(hwnd)
public static System.Windows.Forms.Control GetFirstManagedParent( System.IntPtr hwnd )
Parameters
- hwnd