using System;
namespace LYFZ.OtherExpansion.Win32.Const
{
	public static class TCM
	{
		public const int TCM_HITTEST = 4877;
	}
}