Added HWND.HWND_MESSAGE value

pull/211/head
dahall 2020-12-18 17:49:12 -07:00
parent 96cc9d8ba9
commit 952c6cebe1
1 changed files with 3 additions and 0 deletions

View File

@ -1980,6 +1980,9 @@ namespace Vanara.PInvoke
/// </summary>
public static HWND HWND_BOTTOM = new IntPtr(1);
/// <summary>Use as parent in CreateWindow or CreateWindowEx call to indicate a message-only window.</summary>
public static HWND HWND_MESSAGE = new IntPtr(-3);
/// <summary>
/// Places the window above all non-topmost windows (that is, behind all topmost windows). This flag has no effect if the window
/// is already a non-topmost window.