DwmExtendFrameIntoClientArea
[DllImport("dwmapi.dll", SetLastError = true)]
public static extern int DwmExtendFrameIntoClientArea(
IntPtr hwnd,
ref MARGINS pMarInset
);Last updated
[DllImport("dwmapi.dll", SetLastError = true)]
public static extern int DwmExtendFrameIntoClientArea(
IntPtr hwnd,
ref MARGINS pMarInset
);Last updated