public static IntPtr GetParent(IntPtr hWnd)
 {
     return(Api_User32.GetParent(hWnd));
 }