コード例 #1
0
 public static IntPtr GetModalWindow(
     IntPtr owner)
 {
     return(ModalWindowUtils
            .GetModalWindow(owner));
 }
コード例 #2
0
 public static void ActivateWindow(
     IntPtr hwnd)
 {
     ModalWindowUtils
     .ActivateWindow(hwnd);
 }