Add WindowMinMaxSizeBehavior

This commit is contained in:
2017-09-09 11:53:21 +03:00
parent 2f9a52c0a2
commit 6d5f986a63
9 changed files with 287 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
namespace BrightSharp.Interop
{
namespace Constants
{
internal enum MonitorFromWindowFlags
{
MONITOR_DEFAULTTONEAREST = 0x00000002
}
}
}