cleanup ToolStripEx
This commit is contained in:
parent
728a946470
commit
2be1d04182
|
@ -3,7 +3,6 @@ using System.ComponentModel;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
//credit: http://blogs.msdn.com/b/rickbrew/archive/2006/01/09/511003.aspx
|
|
||||||
namespace BizHawk.WinForms.Controls
|
namespace BizHawk.WinForms.Controls
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -30,11 +29,8 @@ namespace BizHawk.WinForms.Controls
|
||||||
|
|
||||||
internal sealed class NativeConstants
|
internal sealed class NativeConstants
|
||||||
{
|
{
|
||||||
private NativeConstants() { }
|
|
||||||
internal const uint WM_MOUSEACTIVATE = 0x21;
|
internal const uint WM_MOUSEACTIVATE = 0x21;
|
||||||
internal const uint MA_ACTIVATE = 1;
|
internal const uint MA_ACTIVATE = 1;
|
||||||
internal const uint MA_ACTIVATEANDEAT = 2;
|
internal const uint MA_ACTIVATEANDEAT = 2;
|
||||||
internal const uint MA_NOACTIVATE = 3;
|
|
||||||
internal const uint MA_NOACTIVATEANDEAT = 4;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue