public static WSEX SetWindowLongEx(this IntPtr hWnd, WSEX dwNewLong) { return((WSEX)NativeMethods.SetWindowLong(hWnd, (int)GWL.EXSTYLE, (int)dwNewLong)); }
public static WS SetWindowLong(this IntPtr hWnd, WS dwNewLong) { return((WS)NativeMethods.SetWindowLong(hWnd, (int)GWL.STYLE, (int)dwNewLong)); }