Example #1
0
        public static bool Layout(IntPtr hWnd, ref HDLAYOUT layout)
        {
            Debug.Assert(hWnd != IntPtr.Zero);

            return(SendMessage(hWnd, HDM_LAYOUT, 0, ref layout) != 0);
        }
Example #2
0
 private static extern int SendMessage(IntPtr hWnd, int msg, int wParam,
                                       ref HDLAYOUT lParam);
Example #3
0
 public static extern int SendMessage(IntPtr hWnd, int msg, int wParam, ref HDLAYOUT hdl);
Example #4
0
 internal static extern IntPtr SendMessage(IntPtr hWnd, int msg, int wParam, ref HDLAYOUT layoutInfo);
 internal static extern IntPtr SendMessage(IntPtr hWnd, int msg, int wParam, ref HDLAYOUT layoutInfo);
Example #6
0
 public static extern int SendMessage(IntPtr hWnd, int msg, int wParam, ref HDLAYOUT hdl);