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