// Copyright © 2015 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
namespace CefSharp.WinForms.Internals
{
///
/// Class NativeMethods.
///
internal static class NativeMethods
{
///
/// The w m_ move
///
public const int WM_MOVE = 0x3;
///
/// The w m_ moving
///
public const int WM_MOVING = 0x216;
///
/// The w m_ activate
///
public const int WM_ACTIVATE = 0x6;
}
}