using System; namespace LYFZ.OtherExpansion.Win32.Const { public class SBM { public const int SBM_SETPOS = 224; public const int SBM_GETPOS = 225; public const int SBM_SETRANGE = 226; public const int SBM_SETRANGEREDRAW = 230; public const int SBM_GETRANGE = 227; public const int SBM_ENABLE_ARROWS = 228; public const int SBM_SETSCROLLINFO = 233; public const int SBM_GETSCROLLINFO = 234; public const int SBM_GETSCROLLBARINFO = 235; private SBM() { } } }