- using System;
- namespace LYFZ.OtherExpansion.Win32.Const
- {
- public class WVR
- {
- public const int WVR_ALIGNTOP = 16;
- public const int WVR_ALIGNLEFT = 32;
- public const int WVR_ALIGNBOTTOM = 64;
- public const int WVR_ALIGNRIGHT = 128;
- public const int WVR_HREDRAW = 256;
- public const int WVR_VREDRAW = 512;
- public const int WVR_REDRAW = 768;
- public const int WVR_VALIDRECTS = 1024;
- }
- }
|