Esempio n. 1
0
 public static WS GetWindowLong(this IntPtr hWnd)
 {
     return((WS)NativeMethods.GetWindowLong(hWnd, (int)GWL.STYLE));
 }
Esempio n. 2
0
 public static WSEX GetWindowLongEx(this IntPtr hWnd)
 {
     return((WSEX)NativeMethods.GetWindowLong(hWnd, (int)GWL.EXSTYLE));
 }