Exemple #1
0
 public static void SendToBack(IntPtr handle, bool activate)
 {
     ControlHelper.UpdateZOrder(new HandleRef((object)null, handle), NativeMethods.HWND_BOTTOM, activate);
 }
Exemple #2
0
 public static void BringToFront(IntPtr handle, bool activate)
 {
     ControlHelper.UpdateZOrder(new HandleRef((object)null, handle), NativeMethods.HWND_TOP, activate);
 }