public int GetWindowLong(IntPtr hWnd, int nIndex)
 {
     return(NativeOriginalStyleFormDesigner.GetWindowLong(hWnd, nIndex));
 }